Skip to content

Commit

Permalink
fixed youtube-dl requirement, commented broken feature
Browse files Browse the repository at this point in the history
  • Loading branch information
oyisre committed Apr 29, 2017
1 parent 99a9ce8 commit 9ff4e1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion cogs/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ async def _image_not_safe(self, ctx):
safe=False, offset=offset)
await self.bot.say(image_url)

'''
@commands.command()
async def copypasta(self, search=""):
"""Pastes a random copypasta (copypasterino.me)
Expand Down Expand Up @@ -105,7 +106,8 @@ async def copypasta(self, search=""):
await self.bot.say(pasta)
# print('done')
return

'''

@commands.command(pass_context=True)
async def grammar(self, ctx):
"""checks for grammatical errors"""
Expand Down
2 changes: 1 addition & 1 deletion cogs/voice.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __del__(self):

class VoiceConnection:
"""
Handles playing audio to it's specified channel (discord.VoiceClient obj)
Handles playing audio to its specified channel (discord.VoiceClient obj)
"""
voice_client = None
bot = None
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cffi==1.10.0
PyNaCl==1.1.2
discord.py[voice]==0.16.7
gmusicapi==10.1.2
youtube-dl==2017.4.17
youtube-dl>=2017.04.28
psycopg2==2.7.1
selenium==3.4.0
markovify==0.6.0

0 comments on commit 9ff4e1f

Please sign in to comment.