From 052e2493fcaa466bde802078c4dd3c25eb4171f8 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Wed, 19 Jan 2022 19:49:48 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=B2=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/Fun/8ball.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Fun/8ball.js b/commands/Fun/8ball.js index 7a016f80..74739723 100644 --- a/commands/Fun/8ball.js +++ b/commands/Fun/8ball.js @@ -22,7 +22,7 @@ class Eightball extends Command { const answerN = this.client.functions.randomNum(1, 19); const answer = message.translate(`fun/8ball:RESPONSE_${answerN + 1}`); - message.channel.send({ + message.reply({ content: answer }); }