fix (timers): Don't allow object channel.

This commit is contained in:
2023-08-19 14:51:58 +03:00
parent fd5a3f8f30
commit eb1d156e43

View File

@@ -39,6 +39,7 @@ class TimerSettings(SettingGroup):
_model = CoreData.Guild _model = CoreData.Guild
_column = CoreData.Guild.pomodoro_channel.name _column = CoreData.Guild.pomodoro_channel.name
_allow_object = False
@property @property
def update_message(self) -> str: def update_message(self) -> str: