Skip to content

Commit

Permalink
Merge pull request #144 from riazufila/release-v1.8.3
Browse files Browse the repository at this point in the history
Release v1.8.3
  • Loading branch information
riazufila authored May 16, 2021
2 parents 09561d3 + a33d34d commit 03fa5c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cogs/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ async def version(self, ctx):
db_ailie.disconnect()

# Change upon version update
version = "1.8.2"
version = "1.8.3"

# Mimic loading animation
msg = await ctx.send(
Expand Down
1 change: 0 additions & 1 deletion cogs/guardian.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ def confirm_request(message):
aliases=["en"],
)
@commands.max_concurrency(1, per=commands.BucketType.user, wait=False)
@commands.is_owner()
async def enhance(self, ctx, level_increase: int, *equipment):
# Check if user is initialized first
db_ailie = Database()
Expand Down

0 comments on commit 03fa5c1

Please sign in to comment.