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()})