Page Not Found
We could not find what you were looking for.
Please contact the owner of the site that linked you to the original URL and let them know their link is broken.
From a16fa7037676fee7eb1a3c76b131a21a098ddeeb Mon Sep 17 00:00:00 2001 From: buapebot <119761697+buapebot@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:13:13 +0000 Subject: [PATCH] deploy: 6eb6a4b414d0bce848a8954fe3963d83ee52d49d --- 404.html | 4 ++-- api.html | 4 ++-- api/carbon.html | 8 ++++---- api/carbon/class/AnySelectMenu.html | 6 +++--- api/carbon/class/AnySelectMenuInteraction.html | 8 ++++---- api/carbon/class/BaseChannel.html | 14 ++++++++++++++ api/carbon/class/BaseCommand.html | 8 ++++---- api/carbon/class/BaseComponent.html | 6 +++--- api/carbon/class/BaseComponentInteraction.html | 8 ++++---- api/carbon/class/BaseGuildChannel.html | 14 ++++++++++++++ api/carbon/class/BaseGuildTextChannel.html | 16 ++++++++++++++++ api/carbon/class/BaseInteraction.html | 8 ++++---- api/carbon/class/Button.html | 6 +++--- api/carbon/class/ButtonInteraction.html | 8 ++++---- api/carbon/class/ChannelSelectMenu.html | 6 +++--- .../class/ChannelSelectMenuInteraction.html | 8 ++++---- api/carbon/class/Client.html | 6 +++--- api/carbon/class/Command.html | 6 +++--- api/carbon/class/CommandHandler.html | 6 +++--- api/carbon/class/CommandInteraction.html | 8 ++++---- .../class/CommandWithSubcommandGroups.html | 6 +++--- api/carbon/class/CommandWithSubcommands.html | 6 +++--- api/carbon/class/ComponentHandler.html | 6 +++--- api/carbon/class/DmChannel.html | 14 ++++++++++++++ api/carbon/class/GroupDmChannel.html | 15 +++++++++++++++ api/carbon/class/Guild.html | 14 +++++++------- api/carbon/class/GuildAnnouncementChannel.html | 16 ++++++++++++++++ api/carbon/class/GuildCategoryChannel.html | 14 ++++++++++++++ api/carbon/class/GuildForumChannel.html | 15 +++++++++++++++ api/carbon/class/GuildMediaChannel.html | 15 +++++++++++++++ api/carbon/class/GuildStageChannel.html | 14 ++++++++++++++ api/carbon/class/GuildStageOrVoiceChannel.html | 16 ++++++++++++++++ api/carbon/class/GuildTextChannel.html | 16 ++++++++++++++++ api/carbon/class/GuildThreadChannel.html | 14 ++++++++++++++ api/carbon/class/GuildThreadOnlyChannel.html | 15 +++++++++++++++ api/carbon/class/GuildVoiceChannel.html | 14 ++++++++++++++ api/carbon/class/LinkButton.html | 6 +++--- api/carbon/class/MentionableSelectMenu.html | 6 +++--- .../class/MentionableSelectMenuInteraction.html | 8 ++++---- api/carbon/class/Message.html | 11 ++++++----- api/carbon/class/PremiumButton.html | 6 +++--- api/carbon/class/Role.html | 17 +++++++++++++++++ api/carbon/class/RoleSelectMenu.html | 6 +++--- api/carbon/class/RoleSelectMenuInteraction.html | 8 ++++---- api/carbon/class/Row.html | 6 +++--- api/carbon/class/StringSelectMenu.html | 6 +++--- .../class/StringSelectMenuInteraction.html | 8 ++++---- api/carbon/class/User.html | 6 +++--- api/carbon/class/UserSelectMenu.html | 6 +++--- api/carbon/class/UserSelectMenuInteraction.html | 8 ++++---- api/carbon/enum/ClientMode.html | 4 ++-- api/carbon/interface/ExecutionContext.html | 4 ++-- api/nodejs.html | 4 ++-- api/nodejs/function/loadCommands.html | 4 ++-- api/nodejs/function/serve.html | 4 ++-- assets/js/3559ccde.9bbf005b.js | 1 - assets/js/3559ccde.f31bc6fb.js | 1 + assets/js/48b674b9.7fef3f70.js | 1 + assets/js/48b674b9.cc6e290f.js | 1 - assets/js/main.247705b4.js | 2 ++ ...LICENSE.txt => main.247705b4.js.LICENSE.txt} | 0 assets/js/main.e30dc7a7.js | 2 -- ...ain.3ad0af61.js => runtime~main.0e6392c0.js} | 2 +- docs/creating-your-bot/components.html | 4 ++-- docs/creating-your-bot/options.html | 4 ++-- docs/creating-your-bot/the-main-file.html | 4 ++-- docs/intro.html | 4 ++-- docs/setup/bot-applications.html | 4 ++-- docs/setup/file-structure.html | 4 ++-- docs/setup/installation.html | 4 ++-- index.html | 4 ++-- sitemap.xml | 2 +- 72 files changed, 390 insertions(+), 150 deletions(-) create mode 100644 api/carbon/class/BaseChannel.html create mode 100644 api/carbon/class/BaseGuildChannel.html create mode 100644 api/carbon/class/BaseGuildTextChannel.html create mode 100644 api/carbon/class/DmChannel.html create mode 100644 api/carbon/class/GroupDmChannel.html create mode 100644 api/carbon/class/GuildAnnouncementChannel.html create mode 100644 api/carbon/class/GuildCategoryChannel.html create mode 100644 api/carbon/class/GuildForumChannel.html create mode 100644 api/carbon/class/GuildMediaChannel.html create mode 100644 api/carbon/class/GuildStageChannel.html create mode 100644 api/carbon/class/GuildStageOrVoiceChannel.html create mode 100644 api/carbon/class/GuildTextChannel.html create mode 100644 api/carbon/class/GuildThreadChannel.html create mode 100644 api/carbon/class/GuildThreadOnlyChannel.html create mode 100644 api/carbon/class/GuildVoiceChannel.html create mode 100644 api/carbon/class/Role.html delete mode 100644 assets/js/3559ccde.9bbf005b.js create mode 100644 assets/js/3559ccde.f31bc6fb.js create mode 100644 assets/js/48b674b9.7fef3f70.js delete mode 100644 assets/js/48b674b9.cc6e290f.js create mode 100644 assets/js/main.247705b4.js rename assets/js/{main.e30dc7a7.js.LICENSE.txt => main.247705b4.js.LICENSE.txt} (100%) delete mode 100644 assets/js/main.e30dc7a7.js rename assets/js/{runtime~main.3ad0af61.js => runtime~main.0e6392c0.js} (97%) diff --git a/404.html b/404.html index ef44a3e3..d686966a 100644 --- a/404.html +++ b/404.html @@ -4,8 +4,8 @@
We could not find what you were looking for.
Please contact the owner of the site that linked you to the original URL and let them know their link is broken.
The data for a file to send in an interaction
The data of the file in a Blob
The alt text of the file, shown for accessibility - This isn't implemented yet
The name of the file that will be given to Discord
The data to reply to an interaction
The components to send in the message, listed in rows
The content of the message
Additional options for replying to an interaction
The files to send in the interaction
The options used for initializing the client
The data for a file to send in an interaction
The data of the file in a Blob
The alt text of the file, shown for accessibility + This isn't implemented yet
The name of the file that will be given to Discord
The data to reply to an interaction
The components to send in the message, listed in rows
The content of the message
Additional options for replying to an interaction
The files to send in the interaction
The options used for initializing the client