diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-03-31 21:45:52 -0400 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-03-31 21:45:52 -0400 |
| commit | ac6fc04fcf61c7e8dbc13a9de15595ebbd27126d (patch) | |
| tree | 42f53eb3ad4143b5c7434c65fc513217b904b67c /commands/Utility/invite.js | |
| parent | 3941f5cbfe47a632f7cd64f9cdec80cfeee9b015 (diff) | |
| download | PokeBot-ac6fc04fcf61c7e8dbc13a9de15595ebbd27126d.tar.gz PokeBot-ac6fc04fcf61c7e8dbc13a9de15595ebbd27126d.tar.bz2 PokeBot-ac6fc04fcf61c7e8dbc13a9de15595ebbd27126d.zip | |
HUGE cleanup
Diffstat (limited to 'commands/Utility/invite.js')
| -rw-r--r-- | commands/Utility/invite.js | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/commands/Utility/invite.js b/commands/Utility/invite.js index e602649..933e9ba 100644 --- a/commands/Utility/invite.js +++ b/commands/Utility/invite.js @@ -3,32 +3,20 @@ * Invite: Plugin for PokeBot that provides gives the user information about the bot. * Copyright (C) 2018 TheEdge, jtsshieh, Alee * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * Licensed under the Open Software License version 3.0 * * *************************************/ exports.run = (bot, msg) => { msg.channel.send('You can invite me by visiting https://discordbots.org/bot/417096530596724737.'); }; - + exports.conf = { aliases: [], guildOnly: true, }; - + exports.help = { name: 'invite', description: 'Gives the user a link to invite the bot.', }; -
\ No newline at end of file |
