From 7550ef4cca0dc4c33a893460eeeb17d8a41bfd72 Mon Sep 17 00:00:00 2001 From: Lilac-Rose Date: Mon, 2 Mar 2026 22:05:34 +0100 Subject: [PATCH] made it so lacie can salt herlelf lelelelele --- bot.py | 1 - commands/salt.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 5370ddb..24b0b55 100644 --- a/bot.py +++ b/bot.py @@ -35,7 +35,6 @@ COG_FOLDERS = [ "stats", "wordle", "reminders", - "lilac-tools", ] # --- Bot setup --- diff --git a/commands/salt.py b/commands/salt.py index 85034ea..9ee5d20 100644 --- a/commands/salt.py +++ b/commands/salt.py @@ -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, {})