First commit

This commit is contained in:
Twentysix
2017-04-27 00:49:27 +02:00
parent 6251c585e4
commit 2063decbe7
20 changed files with 994 additions and 0 deletions

5
cogs/audio/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
from .audio import Audio
def setup(bot):
bot.add_cog(Audio(bot))