Added Downloader cog (#786)

This commit is contained in:
Will
2017-06-17 19:31:32 -04:00
committed by Twentysix
parent b12a41cd77
commit 53810b2262
16 changed files with 1461 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
from core.bot import Red
from .downloader import Downloader
def setup(bot: Red):
bot.add_cog(Downloader(bot))