mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-21 11:21:07 -05:00
first
This commit is contained in:
4
video_archiver/__init__.py
Normal file
4
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