фикс + докерфайл
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user