Setup Commands

Tempo Alerts allows you to designate channels whose messages will be forwarded to the Tempo Alerts mobile app as push notifications. Once a channel is added, every message sent to that channel will be picked up and sent to the app.

circle-info

Tempo Alerts must be installed on your server to use these commands. If you do not have Tempo Alerts installed, please contact support to set it up.

Adding a channel to Tempo Alerts

To add a channel to Tempo Alerts you need to use the alerts add command. This command requires mentioning the channel you would like to add. Once added, all messages sent to this channel will be forwarded to the Tempo Alerts mobile app. Example:

!m alerts add #alerts
circle-info

If a channel is already in the alerts list, you will receive a message indicating it has already been added.

Removing a channel from Tempo Alerts

To remove a channel from Tempo Alerts you need to use the alerts remove command. This command requires mentioning the channel you would like to remove. Messages from this channel will no longer be sent to the app. Example:

!m alerts remove #alerts

View channels added to Tempo Alerts

You can view a list of all channels currently added to Tempo Alerts in your server using the alerts running command. Example:

!m alerts running

This will display a paginated list of all channels along with their category information (if applicable).

Toggle role mention exclusion

By default, messages which are just role mentions are included when sent to the Tempo Alerts app. You can toggle whether messages which are just role mentions are excluded using the alerts exclude command. Example:

When role mentions are excluded, messages which are just role mentions will not be sent to the app. Running the command again will re-include role mentions.

Last updated