Commit Graph

7 Commits

Author SHA1 Message Date
Joshua Arulsamy
d6f5174d20 🐛 Bump discord version
Remedies a seemingly random socketio error:

```
    future: <Task finished coro=<VoiceClient._create_socket() done, defined at /usr/local/lib/python3.7/site-packages/discord/voice_client.py:172>
    exception=gaierror(-2, 'Name or service not known')>

    Traceback (most recent call last):
    File "/usr/local/lib/python3.7/site-packages/discord/voice_client.py", line 191, in _create_socket
    self.endpoint_ip = socket.gethostbyname(self.endpoint) socket.gaierror: [Errno -2] Name or service not known
```
2020-09-23 22:36:47 -06:00
Joshua Arulsamy
545654f9a7 Add lyrics command
Optionally grab lyrics of a song using the
lyrics command. Required LyricsGenius API token.
2020-09-06 15:32:40 -06:00
Joshua Arulsamy
64a09def50 Remove unused dependency 2020-08-09 00:25:36 -06:00
Joshua Arulsamy
b5fbc7e1a0 Added missing dependencies 2020-06-25 22:05:47 -06:00
jarulsamy
cc8a72f962 🔧 Added ffmpeg 2020-07-24 17:16:25 -06:00
Joshua Arulsamy
f58a16ded0 🔧 Added dependencies for voice coms 2020-07-23 00:41:27 -06:00
Joshua Arulsamy
a2b77ccc13 🎉 Initial files 2020-07-22 22:22:09 -06:00