From 22ada54cd146ec8c0bae348922fd42dd3a381589 Mon Sep 17 00:00:00 2001 From: brandons209 Date: Sun, 28 Jun 2020 05:14:02 -0400 Subject: [PATCH] fixed typo --- rolemanagement/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rolemanagement/core.py b/rolemanagement/core.py index 322604c..ad7986f 100644 --- a/rolemanagement/core.py +++ b/rolemanagement/core.py @@ -598,7 +598,7 @@ class RoleManagement( role_cost = await self.config.role(role).cost() if role_cost == 0: - await ctx.send(waring("Please set a cost for the role first.")) + await ctx.send(warning("Please set a cost for the role first.")) return time = parse_timedelta(interval)