mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
we can try again
This commit is contained in:
parent
d87b01055c
commit
e683a3ae5b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ exports.run = (bot, msg, args) => {
|
||||||
if (!args[0]) {
|
if (!args[0]) {
|
||||||
const embed = new RichEmbed();
|
const embed = new RichEmbed();
|
||||||
embed
|
embed
|
||||||
.setColor (0x2C2F33)
|
.setColor (0x36393e)
|
||||||
.setDescription('Notice: When using a command do not include "<" and ">".\n(Example: p:suggest Test)')
|
.setDescription('Notice: When using a command do not include "<" and ">".\n(Example: p:suggest Test)')
|
||||||
.setFooter('PokeBot Beta');
|
.setFooter('PokeBot Beta');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue