From a82af035fc7039f34c6988bcb34715833ed6c08d Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Sat, 24 Oct 2020 17:05:16 +0200 Subject: [PATCH] Fix typo --- cogs/remind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/remind.py b/cogs/remind.py index 3d3def5..fe5385c 100644 --- a/cogs/remind.py +++ b/cogs/remind.py @@ -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.")