diff options
| author | soler_j <soler_j@etna-alternance.net> | 2025-04-30 23:06:23 +0200 |
|---|---|---|
| committer | soler_j <soler_j@etna-alternance.net> | 2025-04-30 23:06:23 +0200 |
| commit | b53c72f7421ff8218354ec8a13187c984960778c (patch) | |
| tree | 5269defcc8573efb524bae043a519260066bb9c5 | |
| parent | 5bc4019e23c5344054bfd2b409760c5b084341a2 (diff) | |
Ajout d'un retour de succès à la fin de l'action de suppression
| -rw-r--r-- | bot/src/actions/delete.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<bool> delete_action(const dpp::slashcommand_t &event, const nlohmann:: } } } + + co_return true; } |
