From fd2df7aee9143660ceddef75af5a2e8a53a129b1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 6 Jun 2022 11:30:25 +0200 Subject: [PATCH] add steps on how to start with the bot --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 353c0dd..9982982 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,21 @@ [**Ajoute le bot à ton serveur**](https://discord.com/api/oauth2/authorize?client_id=965598852407230494&permissions=8&scope=bot%20applications.commands) +## Lancer le bot +### En local +> Cloner le repo. + +> Spécifier un fichier `.env` en suivant l'exemple [de l'exemple](example.env). + +> Installer les dépendences du bot. +```bash +npm install +``` + +> Lancer le bot. +```bash +npm run main +``` --- ### Références