Add sorting to reddit.py

This commit is contained in:
Marco Thomas
2020-10-09 11:25:12 +02:00
parent 59794f8d52
commit 7cfa665060
3 changed files with 25 additions and 13 deletions

View File

@@ -24,8 +24,9 @@ class Help(commands.Cog):
embed.add_field(name="Owner", value=self.bot.AppInfo.owner, inline=True)
embed.add_field(name="Command Prefix", value=PREFIX, inline=True)
embed.add_field(name="Source Code", value="[GitHub](https://github.com/crammk/aquabot)", inline=True)
embed.add_field(name="Help", value="Use the 'help' to get a list of commands!")
footer_text = "This Bot is a project by [MarcMK](https://marcmk.de)."
footer_text = "This Bot is a project by MarcMK."
embed.set_footer(text=footer_text)
await ctx.send(embed=embed)