Fixed typo #46

This commit is contained in:
Sven Heidemann 2022-11-08 22:06:36 +01:00
parent e3d3d200d6
commit 95a64732f3

View File

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