fix replies

This commit is contained in:
Daniel Bulant 2021-10-23 22:37:30 +02:00
parent 0f0e5debef
commit efb1380e47

View file

@ -32,6 +32,6 @@ module.exports = class novinky extends commando.Command {
);
}
return msg.reply(embed);
return msg.say(embed);
}
};