reminder help
This commit is contained in:
parent
51c545535a
commit
63d16746f0
1 changed files with 11 additions and 8 deletions
|
@ -494,6 +494,9 @@ class Utils(commands.Cog):
|
|||
mention = 0
|
||||
if not reminder:
|
||||
reminder = "Notification"
|
||||
if time == "help":
|
||||
seconds = 0
|
||||
else:
|
||||
if time.lower().endswith("@"):
|
||||
time = time[:-1]
|
||||
mention = 1
|
||||
|
|
Reference in a new issue