We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f23bea commit 21aaf3dCopy full SHA for 21aaf3d
cogs/info.py
@@ -38,7 +38,7 @@ async def _help(self, ctx: SlashContext):
38
39
@cog_ext.cog_slash(name="version", description="Check the version of the bot")
40
async def _version(self, ctx: SlashContext):
41
- await ctx.send("Running version 1.1 of BeepBoopBot.")
+ await ctx.send("Running version 1.2 of BeepBoopBot.")
42
43
@commands.Cog.listener()
44
async def on_component(self, ctx):
0 commit comments