0.3 #146

Merged
edraft merged 359 commits from 0.3 into master 2023-01-12 07:04:40 +01:00
Showing only changes of commit 95a64732f3 - Show all commits

View File

@ -84,7 +84,7 @@ class StatsGroup(DiscordCommandABC):
statistics = ''
descriptions = ''
for statistic in self._stats:
for statistic in stats:
statistics += f'\n{statistic["Name"]}'
descriptions += f'\n{statistic["Description"]}'