mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 19:01:06 -05:00
5 lines
107 B
Python
5 lines
107 B
Python
from .video_archiver import VideoArchiver
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(VideoArchiver(bot))
|