From ba27d7c390b387503f54a272cbc7bb4e99f61fb4 Mon Sep 17 00:00:00 2001 From: nya~ <40436815+neko404notfound@users.noreply.github.com> Date: Thu, 21 Jun 2018 19:27:32 +0100 Subject: [PATCH] Removed a `)` --- sebimachine/cogs/bot_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sebimachine/cogs/bot_management.py b/sebimachine/cogs/bot_management.py index 910fabe..0e25965 100644 --- a/sebimachine/cogs/bot_management.py +++ b/sebimachine/cogs/bot_management.py @@ -61,7 +61,7 @@ class BotManager: await ctx.send(embed=em) em = discord.Embed(title="Bot invite", colour=discord.Color(0x363941)) - em.description = discord.utils.oauth_url(client_id, permissions=None, guild=ctx.guild)) + em.description = discord.utils.oauth_url(client_id, permissions=None, guild=ctx.guild) em.set_thumbnail(url=bot.avatar_url) em.add_field(name="Bot name", value=bot.name) em.add_field(name="Bot id", value="`" + str(bot.id) + "`")