Skip to content

Commit

Permalink
Bumped release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstewart committed Sep 21, 2021
1 parent 5327b14 commit b2abcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# GRAB THE API TOKEN FROM THE .ENV FILE.
DISCORD_TOKEN = os.getenv('DISCORD_TOKEN')

version = '0.1.2dev'
version = '0.1.3'

intents = discord.Intents.default()
intents.members = True
Expand Down

0 comments on commit b2abcdf

Please sign in to comment.