This commit is contained in:
Daniel Odendahl Jr
2017-06-14 15:52:44 +00:00
parent 0840ca24f7
commit 8d3d5ded92
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ module.exports = class HelpCommand extends Command {
} else {
const embed = new RichEmbed()
.setTitle(!showAll ? `Commands Available in ${msg.guild ? msg.guild.name : 'this DM'}` : 'All Commands')
.setDescription(`Use \`${msg.usage('<command>')}\` to view detailed information about a command.`)
.setDescription(`Use ${msg.usage('<command>')} to view detailed information about a command.`)
.setColor(0x00AE86);
for (const group of this.client.registry.groups.values()) {
embed.addField(` ${group.name}`,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "22.3.1",
"version": "22.3.2",
"description": "A Discord Bot",
"main": "Shard.js",
"scripts": {