From 84ead427a3168392bede1a1d32145472d797c8e7 Mon Sep 17 00:00:00 2001 From: Lukian LEIZOUR Date: Mon, 18 Mar 2024 22:43:12 +0100 Subject: [PATCH] added repo to botinfo command --- src/commands/default/botinfo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/default/botinfo.ts b/src/commands/default/botinfo.ts index 485de19..0a0e87c 100644 --- a/src/commands/default/botinfo.ts +++ b/src/commands/default/botinfo.ts @@ -12,6 +12,7 @@ export default { ` - Servers : ${interaction.client.guilds.cache.size} - Users : ${interaction.client.users.cache.size} +- [Github Repository](https://github.com/Ninja-Jambon/chaise_bot) ` ) .setFooter({ text: "Bot by @ninja_jambon.", iconURL: interaction.client.user.displayAvatarURL()})