reminder help

This commit is contained in:
Mylloon 2021-06-14 02:09:46 +02:00
parent 51c545535a
commit 63d16746f0

View file

@ -494,6 +494,9 @@ class Utils(commands.Cog):
mention = 0 mention = 0
if not reminder: if not reminder:
reminder = "Notification" reminder = "Notification"
if time == "help":
seconds = 0
else:
if time.lower().endswith("@"): if time.lower().endswith("@"):
time = time[:-1] time = time[:-1]
mention = 1 mention = 1