commit for rebase

This commit is contained in:
pacnpal
2024-11-14 17:58:40 +00:00
parent 6204e339fc
commit 605a902b2b
7 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from .video_archiver import VideoArchiver
async def setup(bot):
await bot.add_cog(VideoArchiver(bot))