View documentation »
Discord invite link
·
Report Bug
·
Request Feature
Table of Contents
Michigan Bot is a simple discord bot I built to educate/annoy my friends. Invite it to your server and any time someone mentions "Michigan" the bot responds with trivia about the state. The bot itself is written in Python using the discord.py library, while the facts themselves are accessed via an API I built in Typescript.
You can invite Michigan Bot to your server using this invite link.
If you want to build from source and create your own version, you'll need to set up an app and get a bot token in your personal discord account first.
To run the bot locally:
- Clone repo and set up
.env
git clone https://github.com/jclark1913/michigan-bot
cd michigan-bot
touch .env
- Add the following to your
.env
:
DISCORD_TOKEN = YOUR_DISCORD_TOKEN_HERE
- Set up virtual environment (optional but recommended)
python3 -m venv venv
source venv/bin/activate
- Install dependencies
pip3 install -r requirements.txt
- Run
python3 bot.py
Distributed under the MIT License. See LICENSE.txt
for more information.
Justin Clark - @JustinClarkJO - jclarksummit AT gmail DOT com
Project Link: https://github.com/jclark1913/michigan-bot
- All 5 of the Great Lakes
- Best-README-Template