forked from sh-edraft.de/sh_discord_bot
Fixed typo #46
This commit is contained in:
parent
61b2432d0b
commit
86433e841b
@ -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