From d8e59aa5b2f14505e044e979cc1cb4e91b56dd22 Mon Sep 17 00:00:00 2001 From: josiah Date: Sat, 14 Aug 2021 15:58:56 -0500 Subject: [PATCH] Update command for org capture to be easier to type on my phone. --- molly/bot_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()