From 53bea6cc2fd8660d522036dd6fd3a3d92bc7d66f Mon Sep 17 00:00:00 2001 From: Teo Orthlieb Date: Sun, 3 Sep 2023 08:29:13 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d90ce1..f808aeb 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ The discord registration step is the same for all bot that you run yourself. ### Register Discord Application - go to https://discordapp.com/developers/applications/ create your app -- add a User Bot to it and paste its Token in token.txt -- enable SERVER MEMBERS INTENT and MESSAGE CONTENT INTENT in the bot tab -- invite the bot with `https://discord.com/api/oauth2/authorize?client_id=CLIENT_ID&permissions=0&scope=bot%20applications.commands` replace CLIENT_ID with the Client ID of your app +- add a User Bot to it and paste its Token in `token.txt` +- enable `SERVER MEMBERS INTENT` and `MESSAGE CONTENT INTENT` in the bot tab +- invite the bot with `https://discord.com/api/oauth2/authorize?client_id=CLIENT_ID&permissions=0&scope=bot%20applications.commands` replace `CLIENT_ID` with the Client ID of your app ### Run it - Clone the project wherever you want -- add the token.txt file at the root of the project +- add the `token.txt` file at the root of the project - Install the necessary tools to compile Rust with https://rustup.rs/ - With a terminal positionned at the root of the project, run `cargo build --release` to build the project. *Note: this will take a while because it's the first build you do, subsequent builds will be much faster*