Votes Api
This api is used if you want your bot to be able to reward users who vote for it on discords.com or top.gg
[GET] /discords/new
/discords/new
[GET] /topgg/new
/topgg/new
[POST] /discordswebhook
/discordswebhook
[POST] /topggwebhook
/topggwebhook
Input your super-secret header value in appsettings.json's DiscordsKey and TopGGKey fields They must match your DiscordsKey and TopGG key respectively, as well as your secrets in the discords.com and top.gg webhook setup pages
Full Example:
⚠ Change TopggKey and DiscordsKey to a secure long string ⚠ You can use https://www.random.org/strings/?num=1&len=20&digits=on&upperalpha=on&loweralpha=on&unique=on&format=html&rnd=new to generate it
creds.yml
appsettings.json
Last updated