fix (stats): Return parsed 'season_start'.

This commit is contained in:
2023-08-16 22:48:46 +03:00
parent a83514861a
commit 41c0f2d094

View File

@@ -123,6 +123,7 @@ class StatisticsSettings(SettingGroup):
'guildset:season_start|parse|error:future_time',
"Provided season start time {timestamp} is in the future!"
)).format(timestamp=f"<t:{int(parsed.timestamp())}>"))
return parsed
@property
def update_message(self) -> str: