diff --git a/commands/say.js b/commands/say.js index d2485da..9a86627 100644 --- a/commands/say.js +++ b/commands/say.js @@ -2,6 +2,6 @@ module.exports = { name: 'say', description: 'Repeats arguments', execute(message, args) { - message.channel.send(args.join(" ")) + message.channel.send(args) } }; \ No newline at end of file