From aef00702a72799a5dcdbfbd9109e7244ca87aac7 Mon Sep 17 00:00:00 2001 From: davfsa Date: Sat, 16 Jun 2018 11:01:06 +0200 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 eeccf9f..88b0aca 100644 --- a/src/cogs/bot_management.py +++ b/src/cogs/bot_management.py @@ -16,7 +16,7 @@ class BotManager: raise Warning('Please provide a prefix') em = discord.Embed() - em.name("Hello {},".format(ctx.author.name)) + 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.colour(self.bot.embed_color) await ctx.send(embed = em)