diff --git a/commands/help.js b/commands/help.js
index dc19869..27b4de5 100644
--- a/commands/help.js
+++ b/commands/help.js
@@ -10,7 +10,7 @@ function helpCommand(message, args) {
const commandList = commandNames.map(command => `${message.client.prefix + command}`).join(", ");
// Send the list of commands with the bot support info.
- message.channel.send(`Commands this bot accepts: ${commandList}. For bot support inquire at or in the issues at `);
+ message.channel.send(`Commands this bot accepts: ${commandList}. For bot support inquire at or in the issues at `);
}
module.exports = {