Did lots of things
This commit is contained in:
parent
2e85c85d3c
commit
ba0448c905
11 changed files with 115 additions and 112 deletions
20
commands/invite.js
Normal file
20
commands/invite.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
exports.conf = {
|
||||
enabled: true,
|
||||
guildOnly: false,
|
||||
aliases: [],
|
||||
permLevel: 'User',
|
||||
requiredPerms: [],
|
||||
cooldown: 2000
|
||||
}
|
||||
|
||||
exports.help = {
|
||||
name: 'invite',
|
||||
category: 'Bot',
|
||||
description: 'Sends a link to my support/development server.',
|
||||
usage: 'invite',
|
||||
parameters: ''
|
||||
}
|
||||
|
||||
exports.run = async (client, message, args, level, data) => {
|
||||
message.channel.send(`Here you go! I hope you enjoy using me ^-^\n<https://discordapp.com/oauth2/authorize?client_id=${client.user.id}&permissions=2134240503&scope=bot>`)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue