aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-03-31 21:45:52 -0400
committerUnknown <jtsshieh@outlook.com>2018-03-31 21:45:52 -0400
commitac6fc04fcf61c7e8dbc13a9de15595ebbd27126d (patch)
tree42f53eb3ad4143b5c7434c65fc513217b904b67c /commands/Utility
parent3941f5cbfe47a632f7cd64f9cdec80cfeee9b015 (diff)
downloadPokeBot-ac6fc04fcf61c7e8dbc13a9de15595ebbd27126d.tar.gz
PokeBot-ac6fc04fcf61c7e8dbc13a9de15595ebbd27126d.tar.bz2
PokeBot-ac6fc04fcf61c7e8dbc13a9de15595ebbd27126d.zip
HUGE cleanup
Diffstat (limited to 'commands/Utility')
-rw-r--r--commands/Utility/character.js15
-rw-r--r--commands/Utility/git.js38
-rw-r--r--commands/Utility/invite.js18
-rw-r--r--commands/Utility/nick.js13
-rw-r--r--commands/Utility/suggest.js13
-rw-r--r--commands/Utility/uptime.js13
-rw-r--r--commands/Utility/userinfo.js13
7 files changed, 22 insertions, 101 deletions
diff --git a/commands/Utility/character.js b/commands/Utility/character.js
index 603571b..56d9bfb 100644
--- a/commands/Utility/character.js
+++ b/commands/Utility/character.js
@@ -1,20 +1,9 @@
/** **************************************
*
- * Suggest: Plugin for PokeBot that allows users to suggest things.
+ * Character: Plugin for PokeBot that examines unicode character further.
* 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
*
* *************************************/
diff --git a/commands/Utility/git.js b/commands/Utility/git.js
index a648995..f5113a2 100644
--- a/commands/Utility/git.js
+++ b/commands/Utility/git.js
@@ -3,32 +3,20 @@
* Git: 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('The GitHub page for PokeBot can be found here: https://github.com/PokeWorld/PokeBot');
- };
-
- exports.conf = {
- aliases: [],
- guildOnly: true,
- };
-
- exports.help = {
- name: 'git',
- description: 'Gives the user a link to the git.',
- };
- \ No newline at end of file
+ msg.channel.send('The GitHub page for PokeBot can be found here: https://github.com/PokeWorld/PokeBot');
+};
+
+exports.conf = {
+ aliases: [],
+ guildOnly: true,
+};
+
+exports.help = {
+ name: 'git',
+ description: 'Gives the user a link to the git.',
+};
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
diff --git a/commands/Utility/nick.js b/commands/Utility/nick.js
index 9701a3c..44ab7f5 100644
--- a/commands/Utility/nick.js
+++ b/commands/Utility/nick.js
@@ -3,18 +3,7 @@
* Nick: Plugin for PokeBot that changes the user's display name.
* 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
*
* *************************************/
diff --git a/commands/Utility/suggest.js b/commands/Utility/suggest.js
index fae35db..f1b4206 100644
--- a/commands/Utility/suggest.js
+++ b/commands/Utility/suggest.js
@@ -3,18 +3,7 @@
* Suggest: Plugin for PokeBot that allows users to suggest things.
* 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
*
* *************************************/
diff --git a/commands/Utility/uptime.js b/commands/Utility/uptime.js
index 86ae84d..8492df2 100644
--- a/commands/Utility/uptime.js
+++ b/commands/Utility/uptime.js
@@ -3,18 +3,7 @@
* Uptime: Plugin for PokeBot that provides diagnostic information.
* 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
*
* *************************************/
diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js
index 9716021..80844e1 100644
--- a/commands/Utility/userinfo.js
+++ b/commands/Utility/userinfo.js
@@ -3,18 +3,7 @@
* UserInfo: Plugin for PokeBot that gives the user information about themselves or another user.
* 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
*
* *************************************/