Skip to content

Commit

Permalink
fix indentation in votifier example
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Jul 2, 2024
1 parent c9922f0 commit d8e2bad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/alerts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,13 @@ Helpful resources for learning how to use SpEL:
[VotifierEvent.java](http://vexsoftware.github.io/votifier/docs/com/vexsoftware/votifier/model/VotifierEvent.html)
```yaml
# Example alert to send a message when a player has voted
- Trigger: VotifierEvent
Channel: votes
Embed:
Color: "#00ff00"
Author:
ImageUrl: "{embedavatarurl}"
Name: "${vote.username} voted on ${vote.serviceName}!"
- Trigger: VotifierEvent
Channel: votes
Embed:
Color: "#00ff00"
Author:
ImageUrl: "{embedavatarurl}"
Name: "${vote.username} voted on ${vote.serviceName}!"
```
</TabItem>
</Tabs>
Expand Down

0 comments on commit d8e2bad

Please sign in to comment.