diff --git a/src/pluralkit/bot/commands/__init__.py b/src/pluralkit/bot/commands/__init__.py index 4954490a..565ba6d4 100644 --- a/src/pluralkit/bot/commands/__init__.py +++ b/src/pluralkit/bot/commands/__init__.py @@ -146,7 +146,7 @@ async def run_command(ctx: CommandContext, func): async def command_dispatch(client: discord.Client, message: discord.Message, conn) -> bool: - prefix = "^pk(;|!)" + prefix = "^(pk(;|!)|<@{}> )".format(client.user.id) commands = [ (r"system (new|register|create|init)", system_commands.new_system), (r"system set", system_commands.system_set),