фикс + докерфайл

This commit is contained in:
2024-04-18 16:41:34 +03:00
parent e5179c039b
commit e9ecddb595
2 changed files with 48 additions and 1 deletions

View File

@@ -48,5 +48,5 @@ class MumbleController:
@staticmethod
def user_change_channel(bot_info: MumbleBot, user, action):
if 'channel_id' in user: # колбэк вызывается также включением/выключением микрофона у пользователя, тут стоит фильтр "Только переходы по каналам"
if 'channel_id' in action:
MumbleBotService.user_change_channel(bot_info, user, action)