Clarified .remind permission requirement

This commit is contained in:
Kwoth
2022-09-26 14:20:26 +02:00
parent 761bdd8610
commit a8e06a5ae4

View File

@@ -414,7 +414,7 @@ savechat:
args: args:
- "150" - "150"
remind: 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: args:
- "me 1d5h Do something" - "me 1d5h Do something"
- "#general 1m Start now!" - "#general 1m Start now!"