Notifications
Countr can send you a DM to help you stay up-to-date in counting channels everywhere!
How to set up
To create a new notification alert, use the /notifications create
command. You can also list all your notifications, and delete some if you want, with the /notifications list
command.
Notification triggers
Notifications use the same system as flows, so you set them up the same way. Here are the available notification triggers:
Notification triggers |
---|
Each X number This will get triggered whenever a user counts a multiple of X. For example, if X is 10, this will trigger on 10, 20, 30 etc. |
Only number X This will get triggered whenever a user counts the number X, and only the number X. |
Regex match This will get triggered when a successful count message matches a regex. |
Greater than or equal to number X This will get triggered whenever a user counts a number that is greater than or equal to the number X. |
Please note that notifications are only sent for successful counts. If a user's count is rejected, no notification will be sent.