Skip to content

Commit

Permalink
Added the readme command to the about commands list
Browse files Browse the repository at this point in the history
  • Loading branch information
Y4h14 committed Aug 21, 2024
1 parent 318ca95 commit db349b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async def about(self, interaction: discord.Interaction):
embed.add_field(name="Version", value="0.0.1", inline=True)
embed.add_field(name="Creators", value="so1omon & y4h14", inline=True)
embed.add_field(name="Library", value="discord.py", inline=True)
embed.add_field(name="Commands", value="/about, /article, /dare, /neverhaveiever, /meme, /project, /quote, /truth, /wouldyourather, /youtube", inline=False)
embed.add_field(name="Commands", value="/about, /article, /dare, /neverhaveiever, /meme, /project, /quote, /readme, /truth, /wouldyourather, /youtube", inline=False)
embed.add_field(name="About", value="Use /about to get a quick guide and description for shaheen bot", inline=False)
embed.add_field(name="Article", value="Use /article to get a random tech article from internet with an optional 'topic' to get a specific result", inline=False)
embed.add_field(name="Dare", value="Use /dare to get a random developer dares", inline=False)
Expand Down

0 comments on commit db349b2

Please sign in to comment.