1
0
Fork 0

corrected "message.send" to "message.say"

Commando
loicbersier 6 years ago
parent 7235d32274
commit f5bec6968f

@ -25,6 +25,6 @@ module.exports = class dmCommand extends Command {
async run(message, { id, text }) {
const user = this.client.users.get(id);
user.send(`**Message from the dev**\n${text}`)
message.send('DM sent')
message.say('DM sent')
}
};
Loading…
Cancel
Save