From b53c72f7421ff8218354ec8a13187c984960778c Mon Sep 17 00:00:00 2001 From: soler_j Date: Wed, 30 Apr 2025 23:06:23 +0200 Subject: Ajout d'un retour de succès à la fin de l'action de suppression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot/src/actions/delete.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot/src/actions/delete.cpp b/bot/src/actions/delete.cpp index 2399af1..4549950 100644 --- a/bot/src/actions/delete.cpp +++ b/bot/src/actions/delete.cpp @@ -102,4 +102,6 @@ dpp::task delete_action(const dpp::slashcommand_t &event, const nlohmann:: } } } + + co_return true; } -- cgit v1.2.3