final fix for say command hopefully
This commit is contained in:
parent
49984be6b6
commit
dd1b4fd21a
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@ module.exports = {
|
|||
name: 'say',
|
||||
description: 'Repeats arguments',
|
||||
execute(message, args) {
|
||||
message.channel.send(args)
|
||||
message.channel.send(args.join(" "))
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue