rewrite (settings): New types and bugfixes.

This commit is contained in:
2023-05-14 12:25:59 +03:00
parent 87874e1130
commit c5302adf66
3 changed files with 69 additions and 15 deletions

View File

@@ -257,7 +257,7 @@ class InteractiveSetting(BaseSetting[ParentID, SettingData, SettingValue]):
return '\n'.join((
self.display_name,
'=' * len(self.display_name),
self.long_desc,
self.desc,
f"\nAccepts: {self.accepts}"
))