Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 879 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 879 Bytes

JustSaysInMiceBot

justsaysinmicebot in glorious action

A Discord bot that lets you have your own, personal https://twitter.com/justsaysinmice. Pretty much nothing to it. Says "IN MICE" when someone says /(?!)in.*mice/.

Add it to your server with this link (permissions: 67584 Send Messages, Read Message History).

Run locally

Requires Python >= 3.8, discord.py, and a Discord app token.

pip install -r requirements.txt
export JUSTSAYSINMICEBOT_TOKEN='<discord app token>'
python justsaysinmicebot.py

Run with Docker

First

cp template.env .env

then fill in JUSTSAYSINMICEBOT_TOKEN in .env. Then

docker-compose up