From 444438bfca89c01651b44f5e2f1c69bf7129cd8c Mon Sep 17 00:00:00 2001 From: Lantium Date: Sun, 3 Apr 2022 15:32:57 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20la=20fonctionnalit=C3=A9=20de=20su?= =?UTF-8?q?pprimer=20le=20message=20de=20la=20commande?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/core/todo.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/core/todo.js b/commands/core/todo.js index f7eba02..d4f6b02 100644 --- a/commands/core/todo.js +++ b/commands/core/todo.js @@ -72,8 +72,9 @@ module.exports = { database.push(reminderStruct); saveDatabase(); - message.react("🤌"); - message.react("👌"); + // message.react("🤌"); + // message.react("👌"); + message.delete(10000).catch(console.error); }, };