From 3d7b5f2c5bc0bd26c1212604741a02a5ba28f4b9 Mon Sep 17 00:00:00 2001 From: Maxime Leriche Date: Sun, 14 Jan 2024 02:07:16 +0000 Subject: [PATCH] feat: List feature --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d28456..df8ec0f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The goal of this project is to bring back my different discord boy and create a single point of feature -Main lib used : https://github.com/serenity-rs/serenity +Main lib used : https://github.com/serenity-rs/serenity and look at https://github.com/serenity-rs/poise ## Feature expected @@ -16,7 +16,13 @@ Main lib used : https://github.com/serenity-rs/serenity - create webhook - Detect event and send it on a chan - Apply some rules For exemple : if the user spam too much => TimeOut for 20s -- +- For each server keep a config separated (redis or pgsql ?) +- Have a web interface to manage the bot (like a dashboard) + - List of server + - Monitor the bot +- Integrate with the Opentelemetry project +- The bot has to be able to be deployed on a k8s cluster +- The bot has to be OPT-IN (the user has to enable the bot on his server with a command) ## previous project