diff --git a/app/cogs/server_utils.py b/app/cogs/server_utils.py index 83a6715d..727b3289 100644 --- a/app/cogs/server_utils.py +++ b/app/cogs/server_utils.py @@ -100,7 +100,7 @@ class ServerUtils(commands.Cog): @commands.command(name="send") async def send(self, ctx, message): - if ctx.message.author.id == core_utils.my_id: + if ctx.message.author.id != core_utils.my_id: return select = Select( placeholder="Select a server to send a message to",