Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Update stats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joseywoermann authored Jul 15, 2021
1 parent 4798edd commit c85c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def make(self, ctx):
appinfo = await self.client.application_info()

embed = discord.Embed(title="Information", color=0x75E8EE)
embed.add_field(name="Current version:", value="`V 3.0.0`")
embed.add_field(name="Current version:", value="`V 3.0.2`")
embed.add_field(name="Bot Owner:", value=f"{appinfo.owner.mention}")
embed.add_field(name="Written in:", value="`discord.py`")
embed.add_field(name="Commands:", value=f"`{len(self.client.commands)}`")
Expand Down

0 comments on commit c85c242

Please sign in to comment.