From ac6fc04fcf61c7e8dbc13a9de15595ebbd27126d Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 31 Mar 2018 21:45:52 -0400 Subject: HUGE cleanup --- commands/Getting Started/help.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'commands/Getting Started/help.js') diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js index 457e6ec..94a2128 100644 --- a/commands/Getting Started/help.js +++ b/commands/Getting Started/help.js @@ -3,18 +3,7 @@ * Help: Plugin for PokeBot that guides the user on how to use 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 . + * Licensed under the Open Software License version 3.0 * * *************************************/ -- cgit v1.2.3 From d0879c5f8b04d678318ef6138734689a76fc4269 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Apr 2018 18:50:16 -0400 Subject: jk, now last fixes --- commands/Getting Started/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Getting Started/help.js') diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js index 94a2128..1f6cf44 100644 --- a/commands/Getting Started/help.js +++ b/commands/Getting Started/help.js @@ -14,7 +14,7 @@ exports.run = (bot, msg, args) => { embed .setColor (0x36393e) .setTitle('PokeBot Command List') - .setDescription('Full help contents can be found at http://www.digitalregion.ml/pokeworld/pokebot/commands/') + .setDescription('Full help contents can be found at http://universedevgroup.net/pokeworld/pokebot/commands/') .setFooter('PokeBot v1.0'); const categories = Array.from(bot.categories.keys()); -- cgit v1.2.3