A Discord pin bot pin bot that uses webhooks for a visually appealing and minimal pinned message.
Can be configured to accept any reaction.
There is a Dockerfile and docker-compose.yml file included in this repository. You can use these to run the bot in a container if you have Docker installed, otherwise, you can give them a skim and probably figure out how to run the bot on your own.
- Clone the repository
- Ensure Docker is installed
- Create a
.env
file in the root of the repository with the following contents:ReplaceDISCORD_TOKEN=bot_token
token
with your bot's token. - Run
docker-compose up -d