You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
.env.sample | 12 months ago | |
.gitignore | 12 months ago | |
Pipfile | 12 months ago | |
Pipfile.lock | 12 months ago | |
README.md | 12 months ago | |
command.py | 12 months ago |
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