From 573694544705e440be0bccc7bad19b5ba9da9422 Mon Sep 17 00:00:00 2001 From: davfsa Date: Mon, 18 Jun 2018 08:24:15 +0000 Subject: [PATCH] Update bot_management.py --- src/cogs/bot_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/bot_management.py b/src/cogs/bot_management.py index 32e5459..a5df052 100644 --- a/src/cogs/bot_management.py +++ b/src/cogs/bot_management.py @@ -103,7 +103,7 @@ class BotManager: em.colour = self.bot.error_color em.title = 'Bot Not Found' em.description = 'That bot is not claimed' - elif existing['owner'] != ctx.author.id and not ctx.author.guild_permissions.manage_guild: + elif existing['owner'] != ctx.author.id and ctx.author.guild_permissions.manage_guild: em.colour = self.bot.error_color em.title = 'Not Claimed By You' em.description = 'That bot is claimed by someone else.\n' \