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.
!sync
2 parents 0f76385 + 2daa0c4 commit 00693c3Copy full SHA for 00693c3
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