made it so lacie can salt herlelf lelelelele

This commit is contained in:
Lilac-Rose
2026-03-02 22:05:34 +01:00
parent 97cb5acbab
commit 7550ef4cca
2 changed files with 1 additions and 2 deletions

1
bot.py
View File

@@ -35,7 +35,6 @@ COG_FOLDERS = [
"stats",
"wordle",
"reminders",
"lilac-tools",
]
# --- Bot setup ---

View File

@@ -38,7 +38,7 @@ class SaltCommand(ModerationBase):
@commands.Cog.listener()
async def on_message(self, message):
if message.author.bot or not message.guild:
if message.author.bot and message.author.id != 1409637508689563689 or not message.guild:
return
guild_targets = self.salt_targets.get(message.guild.id, {})