1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 04:31:56 +00:00
musix-oss/commands/invite.js
2019-08-02 11:32:00 +03:00

8 lines
227 B
JavaScript

module.exports = {
name: 'invite',
description: 'Invite command.',
cooldown: 5,
execute(message, args, client, RichEmbed) {
return message.channel.send('Invite me with: https://bit.ly/2VGcuBR');
}
};