Skip to content

Votebot/votebot-plugin

Repository files navigation

VoteBot

Do polls on your server using Discord buttons

Discord Bots

Invite Public Instance Now: https://look-at.it/votebot Demo Video

Self-hosting

You can host this bot yourself if you want to

  • Install the Pie chart service using Docker
    • Alternately you can use https://pie-chart-service.nc-01.votebot.space/

In order to do that, please follow this and set these additional environment variables

DOWNLOAD_PLUGINS=votebot
PIE_CHART_SERVICE_URL=https://pie-chart-service.nc-01.votebot.space/

GitHub rate limit mitigations in /info

The /info commands requests all contributors through the GitHub API, which can hit rate limits, on order to mitigate that, you can add your own personal access token using this environment variables. The token doesn't need any specific scopes.

GITHUB_TOKEN=
GITHUB_USERNAME=

For Developers

Please read the Mikbot developer section)