From 8d3d5ded92045e787612de1fc32b93a67e7c0e23 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 14 Jun 2017 15:52:44 +0000 Subject: [PATCH] Moo --- commands/util/help.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/util/help.js b/commands/util/help.js index 9aca4034..66b589c3 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -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('')}\` to view detailed information about a command.`) + .setDescription(`Use ${msg.usage('')} to view detailed information about a command.`) .setColor(0x00AE86); for (const group of this.client.registry.groups.values()) { embed.addField(`❯ ${group.name}`, diff --git a/package.json b/package.json index da95857f..e385a24d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "22.3.1", + "version": "22.3.2", "description": "A Discord Bot", "main": "Shard.js", "scripts": {