|
|
@ -261,6 +261,7 @@ class Event(commands.Cog): |
|
|
|
help='!cutoff 50') |
|
|
|
help='!cutoff 50') |
|
|
|
async def cutoff(self, ctx: commands.Context, tier: str = ''): |
|
|
|
async def cutoff(self, ctx: commands.Context, tier: str = ''): |
|
|
|
def process_tier_arg(tier_arg): |
|
|
|
def process_tier_arg(tier_arg): |
|
|
|
|
|
|
|
tier_arg = tier_arg.lower() |
|
|
|
if tier_arg[0] == 't': |
|
|
|
if tier_arg[0] == 't': |
|
|
|
tier_arg = tier_arg[1:] |
|
|
|
tier_arg = tier_arg[1:] |
|
|
|
if tier_arg[-1] == 'k': |
|
|
|
if tier_arg[-1] == 'k': |
|
|
|