mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
@@ -359,6 +359,10 @@ class Mod:
|
|||||||
if days.isdigit():
|
if days.isdigit():
|
||||||
days = int(days)
|
days = int(days)
|
||||||
else:
|
else:
|
||||||
|
if reason:
|
||||||
|
reason = "{} {}".format(days, reason)
|
||||||
|
else:
|
||||||
|
reason = days
|
||||||
days = 0
|
days = 0
|
||||||
else:
|
else:
|
||||||
days = 0
|
days = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user