From efb1380e4735d0f7ddfd19d4147709628074c03f Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 23 Oct 2021 22:37:30 +0200 Subject: [PATCH] fix replies --- commands/ssps/novinky.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ssps/novinky.js b/commands/ssps/novinky.js index a647a6d..ca8d80c 100644 --- a/commands/ssps/novinky.js +++ b/commands/ssps/novinky.js @@ -32,6 +32,6 @@ module.exports = class novinky extends commando.Command { ); } - return msg.reply(embed); + return msg.say(embed); } }; \ No newline at end of file