From d7635dc7d8bbedc3786cd97118dbd37c25dbe9c6 Mon Sep 17 00:00:00 2001 From: Dhimas Bagus Prayoga Date: Sat, 23 Jan 2021 08:27:30 +0700 Subject: [PATCH] fix reply on gmium --- command/gmium.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/gmium.js b/command/gmium.js index 76da27e..3070655 100644 --- a/command/gmium.js +++ b/command/gmium.js @@ -54,7 +54,7 @@ module.exports = { client.mentions(`${text}`, mentioned, true) } else { text += '- Belum ada member' - client.reply(from, text, id) + client.reply(text) } }).catch((err) => { client.reply('Error mengambil database')