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.