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