Skip to content

Commit

Permalink
[Discord] Remove redundant embed footer in blobs menu command response
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Dec 1, 2023
1 parent 96f4f71 commit 57f42a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Discord/cogs/blobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,5 @@ async def format_page(self, menu, record):
embed = discord.Embed(title = record["blob"], color = menu.bot.bot_color)
embed.set_author(name = menu.ctx.author.display_name, icon_url = menu.ctx.author.avatar.url)
embed.set_image(url = record["image"])
embed.set_footer(text = f"Blob {menu.current_page + 1} of {self.get_max_pages()}")
return {"content": f"In response to: `{menu.ctx.message.clean_content}`", "embed": embed}

0 comments on commit 57f42a8

Please sign in to comment.