Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
oyisre committed Apr 15, 2018
1 parent a6bd582 commit 428aafb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,14 @@ async def react_world(message):
if 'gang' in emoji.name.lower():
await bot.add_reaction(message, emoji)
# tim
'''
if message.author.id == '185607847294271488':
emoji_list = message.server.emojis
tim = "timgasm"
for emoji in emoji_list:
if 'timgasm' in emoji.name.lower():
await bot.add_reaction(message, emoji)
'''

async def custom_command_check(message):
""" checks for a custom command storing in the database and performs it"""
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.*
youtube-dl>=2018.3.20
gmusicapi>=11.0.1
youtube-dl>=2018.4.9
psycopg2==2.7.1
selenium==3.4.0
markovify==0.6.0

0 comments on commit 428aafb

Please sign in to comment.