mirror of
https://github.com/Lilac-Rose/Lacie.git
synced 2026-08-25 10:14:32 -05:00
made it so lacie can salt herlelf lelelelele
This commit is contained in:
1
bot.py
1
bot.py
@@ -35,7 +35,6 @@ COG_FOLDERS = [
|
||||
"stats",
|
||||
"wordle",
|
||||
"reminders",
|
||||
"lilac-tools",
|
||||
]
|
||||
|
||||
# --- Bot setup ---
|
||||
|
||||
@@ -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, {})
|
||||
|
||||
Reference in New Issue
Block a user