From 79342626a21d9bbbfc1d45ad625f63b2dea2c096 Mon Sep 17 00:00:00 2001 From: davfsa Date: Sat, 16 Jun 2018 10:01:02 +0200 Subject: [PATCH] Fixed a typo --- src/cogs/bot_management.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cogs/bot_management.py b/src/cogs/bot_management.py index 3b599fd..a6d1e1e 100644 --- a/src/cogs/bot_management.py +++ b/src/cogs/bot_management.py @@ -34,8 +34,7 @@ class BotManager: return await message.channel.send(embed = em, delete_after=10) em.name("Hello {},".format(ctx.author.name)) - em.description("Thanks for inviting your bot! It will be tested and invited shortly. Please open your DMs if they are not already so the bot can contact you to inform you about the progress of the bot! -") + em.description("Thanks for inviting your bot! It will be tested and invited shortly. Please open your DMs if they are not already so the bot can contact you to inform you about the progress of the bot!") em.colour(discord.Color(0x363941)) em.set_thumbnail(url=ctx.author.avatar_url) em.add_field(name="Bot name", value=to_invite.name)