Skip to content

Commit 21aaf3d

Browse files
author
ItsNeil
committed
Changed version to 1.2
Signed-off-by: ItsNeil <neilrevin3@gmail.com>
1 parent 3f23bea commit 21aaf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def _help(self, ctx: SlashContext):
3838

3939
@cog_ext.cog_slash(name="version", description="Check the version of the bot")
4040
async def _version(self, ctx: SlashContext):
41-
await ctx.send("Running version 1.1 of BeepBoopBot.")
41+
await ctx.send("Running version 1.2 of BeepBoopBot.")
4242

4343
@commands.Cog.listener()
4444
async def on_component(self, ctx):

0 commit comments

Comments
 (0)