mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
parent
c9281f734b
commit
cda27944b6
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user