diff --git a/bot.py b/bot.py index 30d52a6..5b0ab46 100644 --- a/bot.py +++ b/bot.py @@ -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""" diff --git a/requirements.txt b/requirements.txt index 15514c1..5933feb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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