Update bot_management.py

This commit is contained in:
davfsa 2018-06-16 11:32:07 +02:00 committed by GitHub
parent b95269c234
commit 5a01692f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ class BotManager:
raise Warning('Please provide a prefix') raise Warning('Please provide a prefix')
em = discord.Embed(colour = self.bot.embed_color) em = discord.Embed(colour = self.bot.embed_color)
em.title("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!"
await ctx.send(embed = em) await ctx.send(embed = em)
em = discord.Embed(title = "Bot invite", colour=discord.Color(0x363941)) em = discord.Embed(title = "Bot invite", colour=discord.Color(0x363941))