diff --git a/molly/bot_commands.py b/molly/bot_commands.py index 8c60649..90d1859 100644 --- a/molly/bot_commands.py +++ b/molly/bot_commands.py @@ -46,7 +46,7 @@ class Command: await self._react() elif self.command.startswith("help"): await self._show_help() - elif self.command.startswith("scribe"): + elif self.command.startswith("!"): await self._new_org_todo() else: await self._unknown_command()