mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
please do it
This commit is contained in:
parent
932e6816a2
commit
f04e81c2ea
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ exports.run = (bot, msg, args) => {
|
||||||
.setColor (0x36393e)
|
.setColor (0x36393e)
|
||||||
.setTitle('PokeBot Command List')
|
.setTitle('PokeBot Command List')
|
||||||
.setDescription('Full help contents can be found at http://universedevgroup.net/pokeworld/pokebot/commands/')
|
.setDescription('Full help contents can be found at http://universedevgroup.net/pokeworld/pokebot/commands/')
|
||||||
|
.addField('Hey You', 'Yes You over there, have you been noticing these awful pings? Well that\'s because our old server died and we are hosting on a rpi on a network that is very bad. Donate Today @ https://patreon.com/pallet to keep this project going.')
|
||||||
.setFooter('PokeBot v1.0');
|
.setFooter('PokeBot v1.0');
|
||||||
|
|
||||||
const categories = Array.from(bot.categories.keys());
|
const categories = Array.from(bot.categories.keys());
|
||||||
|
|
Loading…
Reference in a new issue