Disable system checking for various commands

This commit is contained in:
Ske 2018-07-27 07:29:10 +02:00
parent 2806feb7dc
commit 14f8eb9d66
4 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ logger = logging.getLogger("pluralkit.commands")
@command(cmd="message", usage="<id>", description="Shows information about a proxied message. Requires the message ID.",
category="Message commands")
category="Message commands", system_required=False)
async def message_info(ctx: CommandContext, args: List[str]):
if len(args) == 0:
raise InvalidCommandSyntax()