Update bot_management.py

This commit is contained in:
davfsa
2018-06-16 11:01:06 +02:00
committed by GitHub
parent c966615a80
commit aef00702a7
+1 -1
View File
@@ -16,7 +16,7 @@ class BotManager:
raise Warning('Please provide a prefix') raise Warning('Please provide a prefix')
em = discord.Embed() 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.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) em.colour(self.bot.embed_color)
await ctx.send(embed = em) await ctx.send(embed = em)