Compare commits
No commits in common. "fd2df7aee9143660ceddef75af5a2e8a53a129b1" and "a76a59bc5ca197aea4a49f0f3d5f51679e233c76" have entirely different histories.
fd2df7aee9
...
a76a59bc5c
2 changed files with 1 additions and 16 deletions
15
README.md
15
README.md
|
@ -2,21 +2,6 @@
|
||||||
|
|
||||||
[**Ajoute le bot à ton serveur**](https://discord.com/api/oauth2/authorize?client_id=965598852407230494&permissions=8&scope=bot%20applications.commands)
|
[**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
|
### Références
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Bot discord",
|
"description": "Bot discord",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"main": "node ."
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue