Go to file
2025-05-27 19:22:12 +02:00
.cargo Initial commit 2025-05-18 14:15:57 +02:00
.vscode feat: Connection to DB 2025-05-22 23:09:34 +02:00
apps feat: Setup Config question 2025-05-27 19:22:12 +02:00
libs feat: Setup Config question 2025-05-27 19:22:12 +02:00
resources feat: Setup preflight check to be sure that user is admin ++ add event 2025-05-26 00:42:51 +02:00
.editorconfig Initial commit 2025-05-18 14:15:57 +02:00
.gitignore feat: wip 2025-05-20 21:06:53 +02:00
.pnp.cjs feat: wip 2025-05-20 21:06:53 +02:00
.pnp.loader.mjs feat: Setup Project 2025-05-18 14:31:17 +02:00
Cargo.lock feat: Setup Config question 2025-05-27 19:22:12 +02:00
Cargo.toml feat: Create/List trivia working 2025-05-25 21:40:56 +02:00
cog.toml feat: Init Config 2025-05-21 21:11:58 +02:00
compose.yaml feat: Create/List trivia working 2025-05-25 21:40:56 +02:00
nx.json Initial commit 2025-05-18 14:15:57 +02:00
package-lock.json Initial commit 2025-05-18 14:15:57 +02:00
package.json feat: wip 2025-05-20 21:06:53 +02:00
Readme.md feat: Setup Config question 2025-05-27 19:22:12 +02:00
Taskfile.yaml feat: Connection to DB 2025-05-22 23:09:34 +02:00
yarn.lock feat: wip 2025-05-20 21:06:53 +02:00

Bot Terre

Feature

  • Trivial Daily

Trivial Daily

  • Heure configurable (Pose de la question, Relevé des gagnant optionnel)
  • Nombre de gagnant
  • Canal Configurable
  • Question Random
  • Nom de l'event
  • Embed ou Message template ?
  • List des questions
  • Points ( 1er == 3, 2eme == 2, 3eme = 1; x = 0 ?)
  • Role a ping

Command

  • [ADMIN] trivial create : Creer une activité Trivial Daily
  • [ADMIN] trivial list : List les activité
  • [ADMIN] trivial config : Modification des paramétre de base d'un event
  • [ADMIN] trivial add-question : Ajout de question + réponse ou X réponse
  • [ADMIN] trivial del-question : Suppression de question
  • [ADMIN] trivial load-question : Charge un fichier/lien de question
  • [ADMIN] trivial choose-chan : Choix du channel
  • trivial scoreboard : Scoreboard
  • trivial score : Score d'une personne par défaut le sien
  • trivial top : Top X par défaut 3
  • [ADMIN] trivial balance : Modifie le score d'une personne +/-/=
  • [ADMIN] trivial status : Return trvial status or change trivial status

TODO

  • Créer DB
  • Créer Commande Admin (limiter au admin)
  • Créer Processus Schedule
  • Créer API
  • Créer prise en compte trivial (réponse a une question)
  • Créer Commande User
  • Créer interface management du bot (auth Oauth2 discord)