pull/6/head
Stijn De Clercq 2020-10-24 17:05:16 +02:00
parent 06e41ce718
commit a82af035fc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Remind(commands.Cog):
Command to get a daily Nightly reminder
"""
if remind.switchReminder(ctx.author.id, "nightly"):
await ctx.send("Vanaf nu wordt je er dagelijks aan herinnerd om Didier Nightly te doen.")
await ctx.send("Vanaf nu word je er dagelijks aan herinnerd om Didier Nightly te doen.")
else:
await ctx.send("Je zal er niet langer aan herinnerd worden om Didier Nightly te doen.")