diff --git a/suggestions/suggestions.py b/suggestions/suggestions.py index 7801a52..2be7b0a 100644 --- a/suggestions/suggestions.py +++ b/suggestions/suggestions.py @@ -78,9 +78,9 @@ class Suggestions(commands.Cog): "Uh oh, looks like the Admins haven't added the required channel." ) embed = discord.Embed(color=await ctx.embed_colour(), description=suggestion) - footer = [f"Suggested by {ctx.author.name}#{ctx.author.discriminator}", + footer = [f"Suggested by {ctx.author.name}#{ctx.author.discriminator} ({ctx.author.id})", ctx.author.avatar_url] - author = [f"{ctx.author.name}#{ctx.author.discriminator} ({ctx.author.id})", ctx.author.avatar_url] + author = [f"{ctx.author.name}#{ctx.author.discriminator}", ctx.author.avatar_url] embed.set_footer( text=footer[0], icon_url=footer[1] @@ -503,4 +503,4 @@ class Suggestions(commands.Cog): await self.config.custom("SUGGESTION", server, suggestion_id).denied.set( True ) - await ctx.tick() \ No newline at end of file + await ctx.tick()