Chasbob / pin-bot

πŸ“Œ Discord bot to allow Fellows to pin messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLH Fellowship Pin Bot

Discord bot to allow Fellows to pin messages!

Build and Deploy to Google Compute Engine

Setup

Replace "MY_TOKEN" with the token generated in the Discord Developer Portal.

docker build -t pin-bot .
cat TOKEN="MY_TOKEN" > .env

Run

docker run --rm -d -p 443:443 pin-bot

Usage

Pin message

/pin {url}

Unpin message

/unpin {url}

Example

About

πŸ“Œ Discord bot to allow Fellows to pin messages

License:MIT License


Languages

Language:Python 68.3%Language:Dockerfile 31.7%