mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +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
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue