mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-22 20:01:07 -05:00
commit for rebase
This commit is contained in:
4
video-archive/video_archiver/__init__.py
Normal file
4
video-archive/video_archiver/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .video_archiver import VideoArchiver
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(VideoArchiver(bot))
|
||||
Reference in New Issue
Block a user