(tags): Migrated to merged LionCog.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user