Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnoTalksDev committed Feb 22, 2022
1 parent fccf445 commit c1eb803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def ping(ctx):
embed.add_field(name="Ping",value=f"`{round(bot.latency * 1000)}ms`",inline=True)
embed.add_field(name="Uptime", value=f"`{uptime}`", inline=True)
embed.add_field(name="Servers", value=f"`{len(bot.guilds)}`", inline=True)
embed.add_field(name="Version", value="`v0.3.5-beta`", inline=True)
embed.add_field(name="Version", value="`v0.4.0-beta`", inline=True)
await ctx.respond(embed=embed)

@bot.event
Expand Down

0 comments on commit c1eb803

Please sign in to comment.