Adds auto-reaction to emotes. Adds 'voicestate' command for offline (un)muting. Adds 'topvoice' command for current voice channel challenge.
9 lines
209 B
Python
9 lines
209 B
Python
this_package = "modules"
|
|
|
|
active = [".sysadmin", ".voicefix", ".messagelogger", ".voicelog", ".yarn"]
|
|
|
|
|
|
async def setup(bot):
|
|
for ext in active:
|
|
await bot.load_extension(ext, package=this_package)
|