diff --git a/src/bot.py b/src/bot.py index 4740d88..8c00b66 100644 --- a/src/bot.py +++ b/src/bot.py @@ -32,7 +32,7 @@ async def on_ready(): @bot.event async def on_message(ctx): - if ctx.channel.type == discord.ChannelType.private: + if ctx.channel.type == discord.ChannelType.private and ctx.author.id != 242018983241318410: return if ctx.author.bot: return