Free discord bot
https://lstu.fr/botanique
.gitea | ||
config | ||
src | ||
.dockerignore | ||
.eslintrc.json | ||
.gitignore | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENCE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
🌱 Botanique 🌱
Lancer le bot
En local
Cloner le repo.
Spécifier un fichier
.env
en suivant l'exemple.
Installer les dépendences du bot.
npm install
Lancer le bot.
npm run main
Avec Docker (Recommandé)
Facile avec
docker-compose
version: "3.9"
services:
botanique:
build: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique.git#main
container_name: Botanique
environment:
- TOKEN_DISCORD=ton-token-va-ici
restart: unless-stopped
Variables d'environnements
Nom | Commentaire | Valeur par défaut |
---|---|---|
TOKEN_DISCORD | Token Discord | Aucune |
Contribuer
Toute contribution est la bienvenue !
Pour commencer le développement, lis le fichier de contribution.
Licence
Voir le fichier LICENCE.