From 4798392f261517715e52e5214f63f32e3d43a037 Mon Sep 17 00:00:00 2001
From: Symphonic <46897919+Symphonic3@users.noreply.github.com>
Date: Sun, 15 Mar 2026 08:46:50 -0600
Subject: [PATCH] Change bot support url
---
commands/help.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 = {