update article

This commit is contained in:
Raven Scott 2024-10-02 01:41:09 -04:00
parent 977917b2e7
commit 775e146a68

View File

@ -16,6 +16,10 @@ import { readFileSync } from 'fs';
import cmd from 'cmd-promise'; import cmd from 'cmd-promise';
``` ```
# Source
## https://git.ssh.surf/hypermc/hypermc-api-user-install-bot
#### Breakdown of Key Dependencies: #### 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. - **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.