Skip to content

Commit

Permalink
chore: casing of version in stat embed
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Jan 1, 2022
1 parent ff46141 commit 7ab5b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/exts/utils/bot_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ async def stats(self, ctx: commands.Context) -> None:
)

fields = {
"Python Version": python_version(),
"disnake Version": __version__,
"Python version": python_version(),
"Disnake version": __version__,
"Uptime": uptime,
}

Expand Down

0 comments on commit 7ab5b70

Please sign in to comment.