rewrite: Core components.

This commit is contained in:
2023-05-14 12:30:20 +03:00
parent a4149d59d1
commit c4aa04e71a
5 changed files with 73 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ class LionGuild(Timezoned):
@property
def guild_mode(self):
# TODO: Configuration, data, and settings for this...
return GuildMode.StudyGuild
return GuildMode.VoiceGuild
@property
def timezone(self) -> pytz.timezone: