(bot_admin): Add status updates and guild logs.

New guild log config for posting joined/left guilds.
New status updater to show voice channel activity.
This commit is contained in:
2021-09-21 18:22:04 +03:00
parent d9c676b262
commit 2dfc3ece1e
4 changed files with 147 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
from .module import module
from .exec_cmds import *
from . import exec_cmds
from . import guild_log
from . import status