(tags): Migrated to merged LionCog.

This commit is contained in:
2024-09-08 16:55:55 +10:00
parent 75ab3d58cb
commit 970661fe05
3 changed files with 18 additions and 20 deletions

View File

@@ -29,17 +29,9 @@ active_discord = [
'.counters',
'.nowdoing',
'.shoutouts',
]
active_twitch = [
'.tagstrings',
]
def prepare(bot):
for ext in active_twitch:
bot.load_module(this_package + ext)
async def setup(bot):
for ext in active_discord:
await bot.load_extension(ext, package=this_package)