/serverreminders¶
Tip
This command requires the administrator
permission by default.
To learn how to change this, please check the faq command.
/serverreminders create¶
Creates a reminder in the specified channel at the specified time.
Note
To send a reminder in a channel you need to at least be able to send messages in the channel. Additionally, to mention roles the roles need to either be mentionable by everyone or you need permission to mention every role.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
channel |
TextChannel
|
The channel you'd like to have the reminder sent to. |
required |
days_hours_minutes |
Transform[datetime, FutureRelativeDHMTransformer] | None
|
For example |
None
|
specific_date |
Transform[datetime, DateHoursMinutesTransformer] | None
|
A specific date to be reminded on, in the format of YYYY-MM-DD HH:MM. |
None
|
embed_title |
str
|
Text you'd like the embed's title to have. |
None
|
embed_description |
str
|
Text you'd like the embed's description to have. |
None
|
roles_to_ping |
Transform[List[Role], RoleTransformer] | None
|
A list of roles you'd like the bot to mention. |
None
|
users_to_ping |
Transform[List[User], UserTransformer] | None
|
A list of users you'd like the bot to mention. |
None
|
/serverreminders list¶
/serverreminders remove¶
Deletes a reminder with any of the given ID(s).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
reminder_ids |
str
|
The ID(s) of the reminder(s) you'd like to remove. Space separated. |
required |
/serverreminders clear¶
/serverreminders edit¶
Edits a reminder in the specified channel at the specified time.
Note
To send a reminder in a channel you need to at least be able to send messages in the channel. Additionally, to mention roles the roles need to either be mentionable by everyone or you need permission to mention every role.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
reminder_id |
str
|
The id of the reminder you'd like to edit. Get this with the |
required |
channel |
TextChannel
|
The channel you'd like to have the reminder sent to. |
None
|
days_hours_minutes |
Transform[datetime, FutureRelativeDHMTransformer] | None
|
For example |
None
|
specific_date |
Transform[datetime, DateHoursMinutesTransformer] | None
|
A specific date to be reminded on, in the format of YYYY-MM-DD HH:MM. |
None
|
embed_title |
str
|
Text you'd like the embed's title to have. |
None
|
embed_description |
str
|
Text you'd like the embed's description to have. |
None
|
roles_to_ping |
Transform[List[Role], RoleTransformer] | None
|
A list of roles you'd like the bot to mention. |
None
|
users_to_ping |
Transform[List[User], UserTransformer] | None
|
A list of users you'd like the bot to mention. |
None
|