From 05d2f80107acf1b05263d108f1af73180da5946d Mon Sep 17 00:00:00 2001 From: Sakimori Date: Sat, 27 Feb 2021 16:26:56 -0500 Subject: [PATCH] fixed help template for division standings --- the_prestige.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the_prestige.py b/the_prestige.py index 9b147fc..d49a911 100644 --- a/the_prestige.py +++ b/the_prestige.py @@ -919,7 +919,7 @@ class LeagueLeadersCommand(Command): class LeagueDivisionDisplayCommand(Command): name = "divisionstandings" - template = "m;divisionstandings [league name]\n[team name]" + template = "m;divisionstandings [league name]\n[division name]" description = "Displays the current standings for the given division in the given league." async def execute(self, msg, command):