Skip to content

Commit

Permalink
Merge pull request #83 from riazufila/release-v1.3.3
Browse files Browse the repository at this point in the history
Release v1.3.3
  • Loading branch information
riazufila authored Apr 6, 2021
2 parents 027abf7 + 1954e8d commit d0102bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cogs/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def version(self, ctx):
db_ailie.disconnect()

# Change upon version update
version = "1.3.2"
version = "1.3.3"

# Mimic loading animation
msg = await ctx.send(
Expand Down
2 changes: 1 addition & 1 deletion cogs/guild.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ async def guild(self, ctx):
elif member[2] == "Elder":
members_output[1].append(structured_member)
else:
members_output[0].append(structured_member)
members_output[2].append(structured_member)

structured_member = ""

Expand Down

0 comments on commit d0102bc

Please sign in to comment.