https://github.com/Darker-Ink/anti-polls
Punish users who post polls in your server
https://github.com/Darker-Ink/anti-polls
anti-polls bot discord discord-bot polls
Last synced: 10 months ago
JSON representation
Punish users who post polls in your server
- Host: GitHub
- URL: https://github.com/Darker-Ink/anti-polls
- Owner: Darker-Ink
- Created: 2024-03-21T21:43:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T22:35:50.000Z (about 2 years ago)
- Last Synced: 2025-07-20T00:15:12.940Z (11 months ago)
- Topics: anti-polls, bot, discord, discord-bot, polls
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anti-Poll's bot
Discord released poll's to 10% of servers on 3/21/2024 without a permisison tied to it that can be easily disabled. This bot is a temporary solution to disable polls in your server.
There's a [public version](https://discord.com/oauth2/authorize?client_id=1220464421277667340) of this bot that you can invite to your server, else keep reading below on how to set it up.
## Setup
This bot uses [Bun](https://bun.sh) though we don't rely on any of its API's so if you wanted to you could bundle the code and use node.
- Install [Bun](https://bun.sh)
- Clone this repository
- Fill out the `.env` file with your bot token and redis configuration
- Run `bun install`
- Run `bun start`
and you're done! If you have an issue (with public or self-hosted) feel free to open an issue.
## License
This project is not under any license, you can do whatever you want with it, just give credits if you are to use the code.