Update voicelog pointer

This commit is contained in:
2025-10-24 18:54:15 +10:00
parent 5a435b6a5d
commit 407938bf43
3 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,6 @@
this_package = 'modules'
this_package = "modules"
active = [
'.sysadmin',
'.voicefix',
'.messagelogger',
]
active = [".sysadmin", ".voicefix", ".messagelogger", ".voicelog"]
async def setup(bot):