Vote Notification Bots
Here is a list of bots that support SabaCH's vote notification feature.
For Developers
To detect a completed vote, you can use the embed footer.
The footer will always display
voted
, regardless of the language setting.
Additionally, the first field (
fields[0]
) always contains a timestamp in the following format:
<t:(timestamp):R>
By using these, you can implement notifications.
Sample ProgramIf you implement a vote notification feature, please let us know via a ticket on our support server.
If it meets our criteria, we will add it to the list above.