mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-21 19:31:06 -05:00
fix: Improve command handling and defaults - Add fallback for hybrid commands - Make addmonitor and addrole use defaults - Fix async cog loading
This commit is contained in:
@@ -32,7 +32,7 @@ logger = logging.getLogger('VideoArchiver')
|
||||
def setup(bot):
|
||||
"""Load the VideoArchiver cog."""
|
||||
cog = VideoArchiver(bot)
|
||||
bot.add_cog(cog)
|
||||
asyncio.create_task(bot.add_cog(cog))
|
||||
return cog
|
||||
|
||||
class VideoArchiver(VideoArchiverCommands):
|
||||
|
||||
Reference in New Issue
Block a user