added a message

This commit is contained in:
Loic Bersier 2018-09-17 21:19:06 +02:00
parent 82bb670e34
commit 410dc82793

View file

@ -12,6 +12,6 @@ module.exports = class DedCommand extends Command {
}
async run(message) {
await message.say('https://i.redd.it/lw8hrvr0l4f11.jpg');
await message.say('k bye thx\nhttps://i.redd.it/lw8hrvr0l4f11.jpg');
process.exit();
}}