We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcde020 commit 6f97e69Copy full SHA for 6f97e69
cogs/info.py
@@ -40,7 +40,7 @@ def __init__(self, client):
40
41
@commands.slash_command(guild_ids=[guild_id])
42
async def version(self, ctx):
43
- await ctx.respond("Running version 1.2 of BeepBoopBot.")
+ await ctx.respond("Running version 1.5 of BeepBoopBot.")
44
45
# @commands.Cog.listener()
46
# async def on_component(self, ctx):
0 commit comments