From 51a1fb17697ff3c0514829cac3d6fca10f774874 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Thu, 26 Aug 2021 13:54:07 +1200 Subject: [PATCH] Update Readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da1c0c3..b2c48c1 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,25 @@ ## 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 start``` +```pipenv run command```