From a8e06a5ae4d960cedad8a3362a9dcc7312bcdc4f Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 26 Sep 2022 14:20:26 +0200 Subject: [PATCH] Clarified .remind permission requirement --- src/NadekoBot/data/strings/commands/commands.en-US.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/data/strings/commands/commands.en-US.yml b/src/NadekoBot/data/strings/commands/commands.en-US.yml index 04a825f24..9b1687096 100644 --- a/src/NadekoBot/data/strings/commands/commands.en-US.yml +++ b/src/NadekoBot/data/strings/commands/commands.en-US.yml @@ -414,7 +414,7 @@ savechat: args: - "150" remind: - desc: "Sends a message to you or a channel after certain amount of time (max 2 months). First parameter is `me`/`here`/'channelname'. Second parameter is time in a descending order (mo>w>d>h>m) example: 1w5d3h10m. Third parameter is a (multiword) message." + desc: "Sends a message to you or a channel after certain amount of time (max 2 months). First parameter is `me`/`here`/'channelname'. Second parameter is time in a descending order (mo>w>d>h>m) example: 1w5d3h10m. Third parameter is a (multiword) message. Requires ManageMessages server permission if you're targeting a different channel." args: - "me 1d5h Do something" - "#general 1m Start now!"