From 15fb1d544f95f62ebd583b4833b67e35d8ea6092 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sun, 18 May 2025 13:52:43 +0200 Subject: [PATCH] Add colon to source info --- commands/info/botinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/info/botinfo.js b/commands/info/botinfo.js index a746075..843b465 100644 --- a/commands/info/botinfo.js +++ b/commands/info/botinfo.js @@ -15,7 +15,7 @@ module.exports = { `Total Members: ${guildInfo.totalMembers}`, `Total Commands: ${client.commands.size}`, `Creation Date: ${getCreationDate(client)}`, - `Source [Click Here](https://github.com/SileNce5k/discord_bot)` + `Source: [Click Here](https://github.com/SileNce5k/discord_bot)` ] let description = "";