mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-05 16:23:27 -04:00
Added Downloader cog (#786)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from core.bot import Red
|
||||
from .downloader import Downloader
|
||||
|
||||
|
||||
def setup(bot: Red):
|
||||
bot.add_cog(Downloader(bot))
|
||||
Reference in New Issue
Block a user