Go to file
Jimmy 5d386bd9b7 Put prefix in env 2021-08-26 14:04:33 +12:00
.env.sample Put prefix in env 2021-08-26 14:04:33 +12:00
.gitignore Ignore vscode 2021-08-26 13:50:32 +12:00
Pipfile Remove jupyter 2021-08-26 13:49:53 +12:00
Pipfile.lock Remove jupyter 2021-08-26 13:49:53 +12:00
README.md Update Readme 2021-08-26 13:54:07 +12:00
command.py Put prefix in env 2021-08-26 14:04:33 +12:00

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