Skip to content

Commit 6f97e69

Browse files
authored
Changed version from 1.2(Outdated) to 1.5
1 parent dcde020 commit 6f97e69

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
@@ -40,7 +40,7 @@ def __init__(self, client):
4040

4141
@commands.slash_command(guild_ids=[guild_id])
4242
async def version(self, ctx):
43-
await ctx.respond("Running version 1.2 of BeepBoopBot.")
43+
await ctx.respond("Running version 1.5 of BeepBoopBot.")
4444

4545
# @commands.Cog.listener()
4646
# async def on_component(self, ctx):

0 commit comments

Comments
 (0)