From 5a01692f6be7a941c226c11fcc608918e0674dcd Mon Sep 17 00:00:00 2001 From: davfsa Date: Sat, 16 Jun 2018 11:32:07 +0200 Subject: [PATCH] Update bot_management.py --- src/cogs/bot_management.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cogs/bot_management.py b/src/cogs/bot_management.py index a540a39..32e5459 100644 --- a/src/cogs/bot_management.py +++ b/src/cogs/bot_management.py @@ -16,8 +16,8 @@ class BotManager: raise Warning('Please provide a prefix') em = discord.Embed(colour = self.bot.embed_color) - em.title("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.title = "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!" await ctx.send(embed = em) em = discord.Embed(title = "Bot invite", colour=discord.Color(0x363941))