Skip to content

Commit

Permalink
Merge pull request #108 from riazufila/release-v1.5.2
Browse files Browse the repository at this point in the history
Release v1.5.2
  • Loading branch information
riazufila authored May 9, 2021
2 parents 55c8bac + afd19a6 commit 981b243
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 @@ -187,7 +187,7 @@ async def version(self, ctx):
db_ailie.disconnect()

# Change upon version update
version = "1.5.1"
version = "1.5.2"

# Mimic loading animation
msg = await ctx.send(
Expand Down
1 change: 0 additions & 1 deletion helpers/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ def spend_gems(self, guardian_id, gems):
data = [balance_gems, guardian_id]
self.cursor.execute(query, data)
self.connection.commit()
self.store_spent_gems(guardian_id, gems)

return True

Expand Down

0 comments on commit 981b243

Please sign in to comment.