Skip to content

Commit

Permalink
release-v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riazufila committed Mar 17, 2021
1 parent 671ab85 commit 8f8acc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def ping(self, ctx):
@commands.cooldown(1, 10, commands.BucketType.user)
async def version(self, ctx):
# Change upon version update
version = "1.0.1"
version = "1.1.0"

# Mimic loading animation
msg = await ctx.send(f"Hello, <@{ctx.author.id}>! Ailie reporting to duty!")
Expand Down

0 comments on commit 8f8acc5

Please sign in to comment.