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