Fixed typo #46
This commit is contained in:
parent
61b2432d0b
commit
86433e841b
@ -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"]}'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user