Skip to content

/serverreminders

Tip

This command requires the administrator permission by default. To learn how to change this, please check the faq command.

Send reminders in a specified channel in a server.

/serverreminders create

Create a reminder that fires in a server channel.

Parameters:

Name Type Description Default
channel The channel to send the reminder in. None
days_hours_minutes Relative time, e.g. 10d5h2m. None
specific_date A specific date in YYYY-MM-DD HH:MM (uses your configured timezone). None
embed_title Title for the reminder embed. None
embed_description Description for the reminder embed. None
roles_to_ping Roles to mention when the reminder fires. None
users_to_ping Users to mention when the reminder fires. None
recurring How often to repeat the reminder. None

/serverreminders list

List all reminders currently set in your server.

/serverreminders remove

Delete a server reminder.

Parameters:

Name Type Description Default
reminder_id The reminder to remove (pick from the list). None

/serverreminders remove-many

Delete multiple server reminders at once by pasting their IDs.

Parameters:

Name Type Description Default
reminder_ids Space-separated reminder IDs to remove (from /serverreminders list). None

/serverreminders clear

Delete all server reminders in your server.

/serverreminders edit

Edit an existing server reminder.

Parameters:

Name Type Description Default
reminder_id The ID of the reminder to edit (from /serverreminders list). None
channel New channel to send the reminder in. None
days_hours_minutes New relative time, e.g. 10d5h2m. None
specific_date A specific date in YYYY-MM-DD HH:MM (uses your configured timezone, or UTC if not set). None
embed_title New embed title. None
embed_description New embed description. None
roles_to_ping New roles to mention. None
users_to_ping New users to mention. None
recurring New recurrence pattern. None