Advertisement
BDFD_Berk

New VOTE REWARDS BDFD using Top.gg's API by Berk#3506 | Bot Designer For Discord

Nov 28th, 2022
419
1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 1 0
  1. $nomention
  2. $var[apikey;$getVar[authorization]]
  3. $var[normal_color;#ff3366]
  4. $var[success_color;#08b278]
  5.  
  6. $httpAddHeader[Authorization;$var[apikey]]
  7. $httpGet[$getVar[voteapi]]
  8. $if[$httpResult[voted]==1]
  9. $var[voted;true]
  10. $elseif[$httpResult[voted]==0]
  11. $var[voted;false]
  12. $endif
  13.  
  14. $if[$var[voted]==true]
  15.  
  16. $title[Reward claimed!]
  17. $description[You successfully claimed your reward.
  18. You can claim another reward by [voting again\](https://top.gg/bot/$botID/vote) in **12 hours** from the time you last voted.]
  19. $footer[Thank you for the vote ❤️]
  20. $color[$var[success_color]]
  21. $image[https://top.gg/api/widget/$botID.png]
  22.  
  23. $cooldown[12h;You can claim your next vote reward in **%time%**.]
  24.  
  25. $else
  26.  
  27. $title[Vote to claim!]
  28. $description[You need to **vote** to claim your reward, [click here\](https://top.gg/bot/$botID/vote) or the button under this message to vote.
  29. You can vote for the bot and claim your reward each **12 hours**.]
  30. $addButton[no;https://top.gg/bot/$botID/vote;Vote for me!;link;]
  31. $color[$var[normal_color]]
  32. $endif
  33.  
  34. $image[https://top.gg/api/widget/$botID.png]
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement