From 775e146a68fec97c385ff3c6fa87758a1e7c1894 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 2 Oct 2024 01:41:09 -0400 Subject: [PATCH] update article --- markdown/Creating a User Installable Version of My-MC.Link.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/markdown/Creating a User Installable Version of My-MC.Link.md b/markdown/Creating a User Installable Version of My-MC.Link.md index 37d39e1..2e5f6b0 100644 --- a/markdown/Creating a User Installable Version of My-MC.Link.md +++ b/markdown/Creating a User Installable Version of My-MC.Link.md @@ -16,6 +16,10 @@ import { readFileSync } from 'fs'; import cmd from 'cmd-promise'; ``` +# Source + +## https://git.ssh.surf/hypermc/hypermc-api-user-install-bot + #### Breakdown of Key Dependencies: - **Discord.js**: This is the backbone of the bot, providing classes like `Client`, `SlashCommandBuilder`, `REST`, and `EmbedBuilder`. These components enable interaction with Discord's API, handling everything from registering commands to managing user interactions and generating rich embeds for responses.