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, {})