Skip to content

/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]

For example 10d5h2m would set up a reminder in 10 Days, 5 Hours, 2 Minutes.

None
specific_date Transform[datetime, DateHoursMinutesTransformer]

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]

A list of roles you'd like the bot to mention.

None

/serverreminders list

Lists all of the reminders currently set in your server.

/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

Deletes all of your server's reminders.