Jimmy 5d386bd9b7 | ||
---|---|---|
.env.sample | ||
.gitignore | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
command.py |
README.md
Discord Bot Demo
Install
git clone https://git.chch.tech/python/discord-bot-demo.git
cd discord-bot-demo
pip3 install pipenv
pipenv sync
Create a Bot
https://discordpy.readthedocs.io/en/stable/discord.html
Add Token
cp .env.sample .env
Put token from above in .env
Run
pipenv run command