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