Skip to content

Commit

Permalink
remind update/rephrase self-reminder error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Supinic committed Nov 19, 2024
1 parent bb1f571 commit 2d09a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/remind/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ module.exports = {
success: false,
reply: sb.Utils.tag.trim `
To remind yourself, you must use the word "in"!
Such asin 5 minutes.
Alternatively, you can use the "on" or "at" parameter.
Such ason:Sunday or at:"5:30 pm".
Such as: "in 5 minutes".
You can also use the "on", "at" or "after" parameters
Such as: "on:Sunday" or at:"5:30 pm" or "after:30min"
`,
cooldown: 2500
};
Expand Down

0 comments on commit 2d09a56

Please sign in to comment.