add steps on how to start with the bot
This commit is contained in:
parent
381077bc80
commit
fd2df7aee9
1 changed files with 15 additions and 0 deletions
15
README.md
15
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
|
||||
|
|
Loading…
Reference in a new issue