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