From d26e5763a96157245b1becedc067613b36fb153e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 3 Jun 2021 09:08:50 +0200 Subject: [PATCH] =?UTF-8?q?pr=C3=A9cision=20lancement=20en=20local?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5677b68..4822a6c 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,13 @@ To find reddit tokens, go to [this site](https://www.reddit.com/prefs/apps) and - In the [Discord Dev Portal](https://discord.com/developers/applications) create an application, and make sure it's a `Bot` (third tab). - To invite it, go to the `OAuth2` (second tab) tab, select the scopes `bot` (required) and `applications.commands` (for the slashs commands) and in the bot permissions select `Administrator` (You can select manually at your own risk). -- You have the link above between the two blocks scope and permissions. +- You have the link to copy above between the two blocks `scopes` and `permissions`. - If you need help, you can [join my Discord](https://discord.gg/Z5ePxH4). ## __Features__ Everything is explained by doing the `help` command. + +## __Run in local__ +If u want to run it without Docker, I personally use [direnv](https://direnv.net/) to store variables and have them only in the working folder. +Simply run python3 `src/main.py` to launch the bot in the repo folder.