diff --git a/DisCatSharp.Docs/articles/misc/voiceactivities.md b/DisCatSharp.Docs/articles/misc/voiceactivities.md new file mode 100644 index 000000000..e41b76653 --- /dev/null +++ b/DisCatSharp.Docs/articles/misc/voiceactivities.md @@ -0,0 +1,30 @@ +--- +uid: voiceactivities +title: Voice Activities +--- + +## Voice Activities + +Discord offers a variety of Voice activities. Here is a list of the applications that are currently usable in production. + +| Application ID | Application Name | Boost level | Max participants +| ------------------------ | --------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------- | +880218394199220334 | Watch Together | 0 | Unlimited +755827207812677713 | Poker Night | 1 | 25 +773336526917861400 | Betrayal.io | 0 | Unlimited +814288819477020702 | Fishington.io | 0 | Unlimited +832012774040141894 | Chess In The Park | 1 | Unlimited +902271654783242291 | Sketch Heads | 0 | 16 +879863686565621790 | Letter League | 1 | 0 +879863976006127627 | Word Snacks | 0 | 8 +852509694341283871 | SpellCast | 1 | 100 +832013003968348200 | Checkers In The Park | 1 | Unlimited +832025144389533716 | Blazing 8s | 1 | 8 +945737671223947305 | Putt Party | 1 | Unlimited +903769130790969345 | Land-io | 1 | 16 +947957217959759964 | Bobble League | 1 | 8 +976052223358406656 | Ask Away | 1 | 10 +950505761862189096 | Know What I Meme | 1 | 8 +1006584476094177371 | Bash Out | 1 | 16 + + diff --git a/DisCatSharp.Docs/articles/toc.yml b/DisCatSharp.Docs/articles/toc.yml index 92bd4be1b..e87941ff4 100644 --- a/DisCatSharp.Docs/articles/toc.yml +++ b/DisCatSharp.Docs/articles/toc.yml @@ -1,107 +1,109 @@ - name: Preamble href: preamble.md - name: Changelogs href: ../changelogs/index.md - name: The Basics items: - name: Creating a Bot Account href: basics/bot_account.md - name: Writing Your First Bot href: basics/first_bot.md - name: Bot as Hosted Service href: basics/web_app.md - name: Project Templates href: basics/templates.md - name: Beyond Basics items: - name: Events href: beyond_basics/events.md - name: Logging href: beyond_basics/logging/default.md items: - name: The Default Logger href: beyond_basics/logging/default.md - name: Third Party Loggers href: beyond_basics/logging/third_party.md - name: Dependency Injection Loggers href: beyond_basics/logging/di.md - name: Intents href: beyond_basics/intents.md - name: Sharding href: beyond_basics/sharding.md - name: Message Builder href: beyond_basics/messagebuilder.md - name: Components items: - name: Buttons href: beyond_basics/components/buttons.md - name: Select Menu href: beyond_basics/components/select_menus.md - name: Workarounds href: beyond_basics/workarounds.md - name: Modules items: - name: Application Commands items: - name: Introduction href: modules/application_commands/intro.md - name: Options href: modules/application_commands/options.md - name: Events href: modules/application_commands/events.md - name: Translations items: - name: Using Translations href: modules/application_commands/translations/using.md - name: Translation Reference href: modules/application_commands/translations/reference.md - name: Modals href: modules/application_commands/modals.md - name: Paginated Modals href: modules/application_commands/paginated_modals.md - name: CommandsNext items: - name: Introduction href: modules/commandsnext/intro.md - name: Command Attributes href: modules/commandsnext/command_attributes.md - name: Dependency Injection href: modules/commandsnext/dependency_injection.md - name: Customization items: - name: Help Formatter href: modules/commandsnext/help_formatter.md - name: Argument Converters href: modules/commandsnext/argument_converters.md - name: Command Handler href: modules/commandsnext/command_handler.md - name: Audio items: - name: Lavalink items: - name: Setup href: modules/audio/lavalink/setup.md - name: Configuration href: modules/audio/lavalink/configuration.md - name: Music Commands href: modules/audio/lavalink/music_commands.md - name: Advanced href: modules/audio/lavalink/advanced.md - name: VoiceNext items: - name: Prerequisites href: modules/audio/voicenext/prerequisites.md - name: Transmitting href: modules/audio/voicenext/transmit.md - name: Receiving href: modules/audio/voicenext/receive.md - name: Interactivity href: modules/interactivity.md - name: Miscellaneous items: - name: Nightly Builds href: misc/nightly_builds.md - name: Reporting Issues href: misc/reporting_issues.md - name: Hosting href: misc/hosting.md + - name: Voice Activities + href: misc/voiceactivities.md