mirror of
https://github.com/stijndcl/didier.git
synced 2026-06-01 20:06:15 +02:00
Fix typo
This commit is contained in:
parent
06e41ce718
commit
a82af035fc
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class Remind(commands.Cog):
|
||||||
Command to get a daily Nightly reminder
|
Command to get a daily Nightly reminder
|
||||||
"""
|
"""
|
||||||
if remind.switchReminder(ctx.author.id, "nightly"):
|
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:
|
else:
|
||||||
await ctx.send("Je zal er niet langer aan herinnerd worden om Didier Nightly te doen.")
|
await ctx.send("Je zal er niet langer aan herinnerd worden om Didier Nightly te doen.")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue