We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ba4cb commit 2daa0c4Copy full SHA for 2daa0c4
app/components/developer.py
@@ -39,7 +39,7 @@ async def existing_extension_autocomplete(
39
async def on_message(self, message: dc.Message) -> None:
40
# Handle !sync command. This can't be a slash command because this command is
41
# the one that actually adds the slash commands in the first place.
42
- if message.content.strip() != "!sync":
+ if message.author.bot or message.content.strip() != "!sync":
43
return
44
45
if not self.bot.is_ghostty_mod(message.author):
0 commit comments