Fixed a typo

This commit is contained in:
davfsa
2018-06-16 10:01:02 +02:00
committed by GitHub
parent 8e5f0c3fd7
commit 79342626a2
+1 -2
View File
@@ -34,8 +34,7 @@ class BotManager:
return await message.channel.send(embed = em, delete_after=10) return await message.channel.send(embed = em, delete_after=10)
em.name("Hello {},".format(ctx.author.name)) 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.colour(discord.Color(0x363941))
em.set_thumbnail(url=ctx.author.avatar_url) em.set_thumbnail(url=ctx.author.avatar_url)
em.add_field(name="Bot name", value=to_invite.name) em.add_field(name="Bot name", value=to_invite.name)