summaryrefslogtreecommitdiff
path: root/bot/src/main.cpp
diff options
context:
space:
mode:
authorgarder500 <jeremy27.clara22@gmail.com>2025-05-01 17:25:14 +0200
committergarder500 <jeremy27.clara22@gmail.com>2025-05-01 17:25:14 +0200
commit1aa7ec4539170739986bcbb4d542f5432f98bea5 (patch)
treed66322220c7a585a22be4261c96633ac6e2b4f8c /bot/src/main.cpp
parent6c4647611317e27e38d70bfbc55eb180bc377809 (diff)
Ajout de la gestion des traductions et des messages d'erreur en plusieurs langues, suppression des fichiers de traduction obsolètes.
Diffstat (limited to 'bot/src/main.cpp')
-rw-r--r--bot/src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/src/main.cpp b/bot/src/main.cpp
index 42e84bd..8007998 100644
--- a/bot/src/main.cpp
+++ b/bot/src/main.cpp
@@ -1,5 +1,3 @@
-#include <dpp/dpp.h>
-#include <string>
#include "../include/utils.hpp"
#include "../include/http_webhook_server.hpp"
#include "../include/handle_actions.hpp"