mirror of
https://github.com/musix-org/musix-oss
synced 2025-06-16 06:16:00 +00:00
Initial
This commit is contained in:
8
commands/invite.js
Normal file
8
commands/invite.js
Normal file
@ -0,0 +1,8 @@
|
||||
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');
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user