From 69db0a402a97f9b93786e1f5f0274749bdad3eb3 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Fri, 15 Jun 2018 00:54:46 -0800 Subject: [PATCH] Fixed typo --- 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 407a431..f8c1a5a 100644 --- a/src/cogs/bot_management.py +++ b/src/cogs/bot_management.py @@ -79,7 +79,7 @@ class BotManager: em.description = 'That bot is not claimed' elif existing['owner'] != ctx.author.id: em.colour = self.bot.error_color - em.title = 'Not Not Claimed By You' + em.title = 'Not Claimed By You' em.description = 'That bot is claimed by someone else.\n' \ 'You can\'t unclaim someone else\'s bot' else: