diff --git a/commands/say.js b/commands/say.js index 707a50b..b4d987a 100644 --- a/commands/say.js +++ b/commands/say.js @@ -5,8 +5,10 @@ module.exports = { if(args.length == 0) message.channel.send("Can't send empty message"); - else + else{ message.channel.send(args.join(" ")) + message.delete() + } } }; \ No newline at end of file