forked from sh-edraft.de/sh_discord_bot
		
	Fixed typo #46
This commit is contained in:
		| @@ -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"]}' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user