Skip to content
/ redpin Public

discord.py pin bot. uses webhooks and accepts any reaction

License

Notifications You must be signed in to change notification settings

jadc/redpin

Repository files navigation

redpin

A Discord pin bot pin bot that uses webhooks for a visually appealing and minimal pinned message.

Can be configured to accept any reaction.

Setup

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.

  1. Clone the repository
  2. Ensure Docker is installed
  3. Create a .env file in the root of the repository with the following contents:
    DISCORD_TOKEN=bot_token
    
    Replace token with your bot's token.
  4. Run docker-compose up -d