fixed typo

This commit is contained in:
brandons209 2020-06-28 05:14:02 -04:00
parent 3024613e06
commit 22ada54cd1

View file

@ -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)