mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
parent
c9281f734b
commit
cda27944b6
@ -359,6 +359,10 @@ class Mod:
|
||||
if days.isdigit():
|
||||
days = int(days)
|
||||
else:
|
||||
if reason:
|
||||
reason = "{} {}".format(days, reason)
|
||||
else:
|
||||
reason = days
|
||||
days = 0
|
||||
else:
|
||||
days = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user