Voting System

How votes work, 24-hour cooldowns, and webhook rewards

24-Hour Cooldown

Each authenticated Discord user can vote once every 24 hours per bot or server.

Monthly Reset

Monthly vote tallies reset on the 1st of every month to give new bots a fair chance on the leaderboard.

Vote Webhooks

You can set a vote webhook in your bot's edit settings to reward users in real time when they vote.

{
  "bot": "123456789012345678",
  "user": "987654321098765432",
  "type": "upvote",
  "isWeekend": false,
  "timestamp": "2026-06-29T12:00:00.000Z"
}
Voting — FindMeABot Docs | FindMeABot