mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 17:20:14 +00:00
Disable system checking for various commands
This commit is contained in:
parent
2806feb7dc
commit
14f8eb9d66
4 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ from pluralkit.bot.commands import *
|
|||
|
||||
logger = logging.getLogger("pluralkit.commands")
|
||||
|
||||
@command(cmd="import tupperware", description="Import data from Tupperware.")
|
||||
@command(cmd="import tupperware", description="Import data from Tupperware.", system_required=False)
|
||||
async def import_tupperware(ctx: CommandContext, args: List[str]):
|
||||
tupperware_member = ctx.message.server.get_member("431544605209788416") or ctx.message.server.get_member("433916057053560832")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue