Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
oyisre committed Oct 7, 2018
1 parent 323aa48 commit b2e4dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cogs/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ async def roll(self, ctx):
roll_msg_content += '.'
await self.bot.edit_message(roll_msg, roll_msg_content)

await asyncio.sleep(0.5)
result = ', '.join(str(random.randint(1, limit)) for r in range(rolls))
await self.bot.edit_message(roll_msg, result)

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cffi==1.10.0
PyNaCl==1.1.2
discord.py[voice]==0.16.12
gmusicapi>=11.0.1
youtube-dl>=2018.4.9
gmusicapi>=11.0.3
youtube-dl>=2018.10.05
psycopg2==2.7.1
selenium==3.4.0
markovify==0.6.0

0 comments on commit b2e4dd3

Please sign in to comment.