From b62346f79588cc32de25c004f81664b8df32c318 Mon Sep 17 00:00:00 2001 From: Nihlus Date: Mon, 20 Nov 2023 19:50:56 +0000 Subject: [PATCH] deploy: dcf331b5fa838ea3076bf2faaf0fdbfd4040a57d --- ...bstractions.Objects.DiscordPermission.html | 2 +- ...tractions.Objects.IApplicationCommand.html | 4 +- ...icationCommandInteractionDataResolved.html | 12 +- ...ons.Objects.IApplicationCommandOption.html | 4 +- ...jects.IApplicationCommandOptionChoice.html | 2 +- ...ns.Objects.IApplicationRoleConnection.html | 2 +- ...ts.IApplicationRoleConnectionMetadata.html | 4 +- ...s.Objects.IBulkApplicationCommandData.html | 4 +- ...actions.Objects.IDiscordPermissionSet.html | 2 +- ...actions.Objects.IPropertyErrorDetails.html | 2 +- ...d.API.Abstractions.Objects.IRestError.html | 2 +- ...tions.Rest.IDiscordRestApplicationAPI.html | 16 +-- ...Abstractions.Rest.IDiscordRestUserAPI.html | 2 +- ...iscord.API.Objects.ApplicationCommand.html | 8 +- ...icationCommandInteractionDataResolved.html | 24 ++-- ....API.Objects.ApplicationCommandOption.html | 8 +- ...bjects.ApplicationCommandOptionChoice.html | 4 +- ...API.Objects.ApplicationRoleConnection.html | 4 +- ...cts.ApplicationRoleConnectionMetadata.html | 8 +- ...PI.Objects.BulkApplicationCommandData.html | 8 +- ...cord.API.Objects.DiscordPermissionSet.html | 4 +- ...cord.API.Objects.PropertyErrorDetails.html | 4 +- .../Remora.Discord.API.Objects.RestError.html | 4 +- ...Caching.API.CachingDiscordRestUserAPI.html | 2 +- ...ands.Attributes.AutocompleteAttribute.html | 6 +- ...ributes.AutocompleteProviderAttribute.html | 6 +- ...ands.Attributes.ChannelTypesAttribute.html | 6 +- ...mands.Attributes.CommandTypeAttribute.html | 6 +- ...s.DiscordDefaultDMPermissionAttribute.html | 6 +- ...cordDefaultMemberPermissionsAttribute.html | 6 +- ...mands.Attributes.DiscordNsfwAttribute.html | 6 +- ...s.Attributes.DiscordTypeHintAttribute.html | 6 +- ...ommands.Attributes.EphemeralAttribute.html | 6 +- ...ttributes.ExcludeFromChoicesAttribute.html | 6 +- ...tes.ExcludeFromSlashCommandsAttribute.html | 6 +- ...Commands.Attributes.MaxValueAttribute.html | 6 +- ...Commands.Attributes.MinValueAttribute.html | 6 +- ....SuppressInteractionResponseAttribute.html | 6 +- ...RequireBotDiscordPermissionsAttribute.html | 6 +- ...ds.Conditions.RequireContextAttribute.html | 6 +- ...ons.RequireDiscordPermissionAttribute.html | 6 +- ...ands.Conditions.RequireOwnerAttribute.html | 6 +- ...ions.ApplicationCommandDataExtensions.html | 2 +- ...ands.Extensions.CommandTreeExtensions.html | 2 +- ...nsions.LocalizationProviderExtensions.html | 2 +- ...mmands.Services.ILocalizationProvider.html | 4 +- ...iscord.Commands.Services.SlashService.html | 2 +- ...ensions.Attributes.ResponderAttribute.html | 6 +- ....Discord.Gateway.DiscordGatewayClient.html | 2 +- ...xtensions.ServiceCollectionExtensions.html | 4 +- ...ord.Gateway.Services.ResponderService.html | 2 +- ...ting.Extensions.HostBuilderExtensions.html | 4 +- ...Discord.Interactivity.ButtonAttribute.html | 6 +- ....Discord.Interactivity.ModalAttribute.html | 6 +- ...ord.Interactivity.SelectMenuAttribute.html | 6 +- ...tivity.Services.InMemoryDataService-2.html | 2 +- ...rd.Rest.API.DiscordRestApplicationAPI.html | 16 +-- ...a.Discord.Rest.API.DiscordRestUserAPI.html | 2 +- ...xtensions.ServiceCollectionExtensions.html | 4 +- main/manifest.json | 118 +++++++++--------- 60 files changed, 217 insertions(+), 217 deletions(-) diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.DiscordPermission.html b/main/api/Remora.Discord.API.Abstractions.Objects.DiscordPermission.html index a8f493cae2..d0a9768324 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.DiscordPermission.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.DiscordPermission.html @@ -114,7 +114,7 @@
Syntax
Remarks

Note that the values of the enumeration members do not map to the actual values of Discord's permissions - instead, -they mark how many bits a value of 1 should be shifted into a BigInteger to get the actual value.

+they mark how many bits a value of 1 should be shifted into a System.Numerics.BigInteger to get the actual value.

Fields

diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommand.html b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommand.html index ec12b34604..48beba98ad 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommand.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommand.html @@ -236,7 +236,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> @@ -459,7 +459,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandInteractionDataResolved.html b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandInteractionDataResolved.html index 62e9aee86c..3a91e41760 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandInteractionDataResolved.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandInteractionDataResolved.html @@ -140,7 +140,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IAttachment>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IAttachment>> @@ -171,7 +171,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IPartialChannel>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IPartialChannel>> @@ -202,7 +202,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IPartialGuildMember>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IPartialGuildMember>> @@ -233,7 +233,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IPartialMessage>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IPartialMessage>> @@ -264,7 +264,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IRole>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IRole>> @@ -295,7 +295,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IUser>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IUser>> diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandOption.html b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandOption.html index 27fac534c6..fcdd96d1b6 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandOption.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandOption.html @@ -236,7 +236,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> @@ -569,7 +569,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandOptionChoice.html b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandOptionChoice.html index db8d62b35f..99c5003b30 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandOptionChoice.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandOptionChoice.html @@ -174,7 +174,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationRoleConnection.html b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationRoleConnection.html index 2e0a65fd62..f1621ba64b 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationRoleConnection.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationRoleConnection.html @@ -141,7 +141,7 @@
Property Value
- IReadOnlyDictionary<string, string> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string> diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationRoleConnectionMetadata.html b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationRoleConnectionMetadata.html index e7d6310be7..6e7aa2852a 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationRoleConnectionMetadata.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.IApplicationRoleConnectionMetadata.html @@ -174,7 +174,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> @@ -273,7 +273,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.IBulkApplicationCommandData.html b/main/api/Remora.Discord.API.Abstractions.Objects.IBulkApplicationCommandData.html index cc883c9fec..3da7909fa4 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.IBulkApplicationCommandData.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.IBulkApplicationCommandData.html @@ -205,7 +205,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> @@ -363,7 +363,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.IDiscordPermissionSet.html b/main/api/Remora.Discord.API.Abstractions.Objects.IDiscordPermissionSet.html index c5a55db977..fab790d5a0 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.IDiscordPermissionSet.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.IDiscordPermissionSet.html @@ -140,7 +140,7 @@
Property Value
- BigInteger + System.Numerics.BigInteger diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.IPropertyErrorDetails.html b/main/api/Remora.Discord.API.Abstractions.Objects.IPropertyErrorDetails.html index 52a32adfa5..4760c54286 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.IPropertyErrorDetails.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.IPropertyErrorDetails.html @@ -172,7 +172,7 @@
Property Value
- IReadOnlyDictionary<string, IPropertyErrorDetails> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, IPropertyErrorDetails> diff --git a/main/api/Remora.Discord.API.Abstractions.Objects.IRestError.html b/main/api/Remora.Discord.API.Abstractions.Objects.IRestError.html index 0681c85b07..05dd9bb84a 100644 --- a/main/api/Remora.Discord.API.Abstractions.Objects.IRestError.html +++ b/main/api/Remora.Discord.API.Abstractions.Objects.IRestError.html @@ -177,7 +177,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, OneOf.OneOf<T0, T1><IPropertyErrorDetails, IReadOnlyList<IErrorDetails>>>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, OneOf.OneOf<T0, T1><IPropertyErrorDetails, IReadOnlyList<IErrorDetails>>>> diff --git a/main/api/Remora.Discord.API.Abstractions.Rest.IDiscordRestApplicationAPI.html b/main/api/Remora.Discord.API.Abstractions.Rest.IDiscordRestApplicationAPI.html index cf3692139a..5f0ffe5194 100644 --- a/main/api/Remora.Discord.API.Abstractions.Rest.IDiscordRestApplicationAPI.html +++ b/main/api/Remora.Discord.API.Abstractions.Rest.IDiscordRestApplicationAPI.html @@ -301,13 +301,13 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> nameLocalizations

The localized names of the command.

- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> descriptionLocalizations

The localized descriptions of the command.

@@ -420,13 +420,13 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> nameLocalizations

The localized names of the command.

- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> descriptionLocalizations

The localized descriptions of the command.

@@ -838,13 +838,13 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> nameLocalizations

The localized names of the command.

- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> descriptionLocalizations

The localized descriptions of the command.

@@ -954,13 +954,13 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> nameLocalizations

The localized names of the command.

- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> descriptionLocalizations

The localized descriptions of the command.

diff --git a/main/api/Remora.Discord.API.Abstractions.Rest.IDiscordRestUserAPI.html b/main/api/Remora.Discord.API.Abstractions.Rest.IDiscordRestUserAPI.html index 7649ee4245..8e818d0149 100644 --- a/main/api/Remora.Discord.API.Abstractions.Rest.IDiscordRestUserAPI.html +++ b/main/api/Remora.Discord.API.Abstractions.Rest.IDiscordRestUserAPI.html @@ -739,7 +739,7 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> metadata

The object mapping application role connection metadata keys to their stringified value (max 100 characters) for the user on the platform a bot has connected.

diff --git a/main/api/Remora.Discord.API.Objects.ApplicationCommand.html b/main/api/Remora.Discord.API.Objects.ApplicationCommand.html index 7f09b17f32..8ad246b4ff 100644 --- a/main/api/Remora.Discord.API.Objects.ApplicationCommand.html +++ b/main/api/Remora.Discord.API.Objects.ApplicationCommand.html @@ -214,7 +214,7 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> NameLocalizations @@ -224,7 +224,7 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> DescriptionLocalizations @@ -367,7 +367,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> @@ -577,7 +577,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> diff --git a/main/api/Remora.Discord.API.Objects.ApplicationCommandInteractionDataResolved.html b/main/api/Remora.Discord.API.Objects.ApplicationCommandInteractionDataResolved.html index 378ca8b01b..93ff4f79a2 100644 --- a/main/api/Remora.Discord.API.Objects.ApplicationCommandInteractionDataResolved.html +++ b/main/api/Remora.Discord.API.Objects.ApplicationCommandInteractionDataResolved.html @@ -174,32 +174,32 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IUser>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IUser>> Users - Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IPartialGuildMember>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IPartialGuildMember>> Members - Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IRole>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IRole>> Roles - Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IPartialChannel>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IPartialChannel>> Channels - Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IPartialMessage>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IPartialMessage>> Messages - Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IAttachment>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IAttachment>> Attachments @@ -232,7 +232,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IAttachment>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IAttachment>> @@ -262,7 +262,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IPartialChannel>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IPartialChannel>> @@ -292,7 +292,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IPartialGuildMember>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IPartialGuildMember>> @@ -322,7 +322,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IPartialMessage>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IPartialMessage>> @@ -352,7 +352,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IRole>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IRole>> @@ -382,7 +382,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<Remora.Rest.Core.Snowflake, IUser>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Remora.Rest.Core.Snowflake, IUser>> diff --git a/main/api/Remora.Discord.API.Objects.ApplicationCommandOption.html b/main/api/Remora.Discord.API.Objects.ApplicationCommandOption.html index ae287bb3dc..43ae07ce62 100644 --- a/main/api/Remora.Discord.API.Objects.ApplicationCommandOption.html +++ b/main/api/Remora.Discord.API.Objects.ApplicationCommandOption.html @@ -229,7 +229,7 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> NameLocalizations @@ -239,7 +239,7 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> DescriptionLocalizations @@ -377,7 +377,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> @@ -677,7 +677,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> diff --git a/main/api/Remora.Discord.API.Objects.ApplicationCommandOptionChoice.html b/main/api/Remora.Discord.API.Objects.ApplicationCommandOptionChoice.html index 416f533cb5..354e17c483 100644 --- a/main/api/Remora.Discord.API.Objects.ApplicationCommandOptionChoice.html +++ b/main/api/Remora.Discord.API.Objects.ApplicationCommandOptionChoice.html @@ -184,7 +184,7 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> NameLocalizations @@ -252,7 +252,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> diff --git a/main/api/Remora.Discord.API.Objects.ApplicationRoleConnection.html b/main/api/Remora.Discord.API.Objects.ApplicationRoleConnection.html index 174bd3fe55..d5fff1d823 100644 --- a/main/api/Remora.Discord.API.Objects.ApplicationRoleConnection.html +++ b/main/api/Remora.Discord.API.Objects.ApplicationRoleConnection.html @@ -184,7 +184,7 @@
Parameters
- IReadOnlyDictionary<string, string> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string> Metadata @@ -217,7 +217,7 @@
Property Value
- IReadOnlyDictionary<string, string> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string> diff --git a/main/api/Remora.Discord.API.Objects.ApplicationRoleConnectionMetadata.html b/main/api/Remora.Discord.API.Objects.ApplicationRoleConnectionMetadata.html index 432260a6db..5e45a2d04e 100644 --- a/main/api/Remora.Discord.API.Objects.ApplicationRoleConnectionMetadata.html +++ b/main/api/Remora.Discord.API.Objects.ApplicationRoleConnectionMetadata.html @@ -194,12 +194,12 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> NameLocalizations - Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> DescriptionLocalizations @@ -262,7 +262,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> @@ -352,7 +352,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> diff --git a/main/api/Remora.Discord.API.Objects.BulkApplicationCommandData.html b/main/api/Remora.Discord.API.Objects.BulkApplicationCommandData.html index 3ad07b5b9b..2fffea61b4 100644 --- a/main/api/Remora.Discord.API.Objects.BulkApplicationCommandData.html +++ b/main/api/Remora.Discord.API.Objects.BulkApplicationCommandData.html @@ -199,12 +199,12 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> NameLocalizations - Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> DescriptionLocalizations @@ -312,7 +312,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> @@ -462,7 +462,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> diff --git a/main/api/Remora.Discord.API.Objects.DiscordPermissionSet.html b/main/api/Remora.Discord.API.Objects.DiscordPermissionSet.html index bccce24cc0..d88fa08259 100644 --- a/main/api/Remora.Discord.API.Objects.DiscordPermissionSet.html +++ b/main/api/Remora.Discord.API.Objects.DiscordPermissionSet.html @@ -270,7 +270,7 @@
Parameters
- BigInteger + System.Numerics.BigInteger value

The value.

@@ -336,7 +336,7 @@
Property Value
- BigInteger + System.Numerics.BigInteger diff --git a/main/api/Remora.Discord.API.Objects.PropertyErrorDetails.html b/main/api/Remora.Discord.API.Objects.PropertyErrorDetails.html index cdb3f85c04..2c8eeff2d4 100644 --- a/main/api/Remora.Discord.API.Objects.PropertyErrorDetails.html +++ b/main/api/Remora.Discord.API.Objects.PropertyErrorDetails.html @@ -174,7 +174,7 @@
Parameters
- IReadOnlyDictionary<string, IPropertyErrorDetails> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, IPropertyErrorDetails> MemberErrors @@ -242,7 +242,7 @@
Property Value
- IReadOnlyDictionary<string, IPropertyErrorDetails> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, IPropertyErrorDetails> diff --git a/main/api/Remora.Discord.API.Objects.RestError.html b/main/api/Remora.Discord.API.Objects.RestError.html index 9341f22e01..9477428bb4 100644 --- a/main/api/Remora.Discord.API.Objects.RestError.html +++ b/main/api/Remora.Discord.API.Objects.RestError.html @@ -182,7 +182,7 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, OneOf.OneOf<T0, T1><IPropertyErrorDetails, IReadOnlyList<IErrorDetails>>>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, OneOf.OneOf<T0, T1><IPropertyErrorDetails, IReadOnlyList<IErrorDetails>>>> Errors @@ -266,7 +266,7 @@
Property Value
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, OneOf.OneOf<T0, T1><IPropertyErrorDetails, IReadOnlyList<IErrorDetails>>>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, OneOf.OneOf<T0, T1><IPropertyErrorDetails, IReadOnlyList<IErrorDetails>>>> diff --git a/main/api/Remora.Discord.Caching.API.CachingDiscordRestUserAPI.html b/main/api/Remora.Discord.Caching.API.CachingDiscordRestUserAPI.html index 0a3dadb4ac..83087429f4 100644 --- a/main/api/Remora.Discord.Caching.API.CachingDiscordRestUserAPI.html +++ b/main/api/Remora.Discord.Caching.API.CachingDiscordRestUserAPI.html @@ -815,7 +815,7 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> metadata

The object mapping application role connection metadata keys to their stringified value (max 100 characters) for the user on the platform a bot has connected.

diff --git a/main/api/Remora.Discord.Commands.Attributes.AutocompleteAttribute.html b/main/api/Remora.Discord.Commands.Attributes.AutocompleteAttribute.html index d29d3c8f59..6c68889c60 100644 --- a/main/api/Remora.Discord.Commands.Attributes.AutocompleteAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.AutocompleteAttribute.html @@ -108,7 +108,7 @@

Inheritance
object
-
Attribute
+
System.Attribute
AutocompleteAttribute
AutocompleteProviderAttribute
@@ -142,7 +142,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -178,7 +178,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.AutocompleteProviderAttribute.html b/main/api/Remora.Discord.Commands.Attributes.AutocompleteProviderAttribute.html index fea84f911e..17990799fa 100644 --- a/main/api/Remora.Discord.Commands.Attributes.AutocompleteProviderAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.AutocompleteProviderAttribute.html @@ -109,7 +109,7 @@

Inheritance
- +
System.Attribute
AutocompleteProviderAttribute
@@ -143,7 +143,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -179,7 +179,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.ChannelTypesAttribute.html b/main/api/Remora.Discord.Commands.Attributes.ChannelTypesAttribute.html index 9f8ee51e56..682bd54647 100644 --- a/main/api/Remora.Discord.Commands.Attributes.ChannelTypesAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.ChannelTypesAttribute.html @@ -109,7 +109,7 @@

Inheritance
- +
System.Attribute
ChannelTypesAttribute
@@ -142,7 +142,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -178,7 +178,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.CommandTypeAttribute.html b/main/api/Remora.Discord.Commands.Attributes.CommandTypeAttribute.html index 2c12d4998c..9c6ffe469f 100644 --- a/main/api/Remora.Discord.Commands.Attributes.CommandTypeAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.CommandTypeAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
CommandTypeAttribute
@@ -141,7 +141,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -177,7 +177,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.DiscordDefaultDMPermissionAttribute.html b/main/api/Remora.Discord.Commands.Attributes.DiscordDefaultDMPermissionAttribute.html index 3b35127a2b..0938004755 100644 --- a/main/api/Remora.Discord.Commands.Attributes.DiscordDefaultDMPermissionAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.DiscordDefaultDMPermissionAttribute.html @@ -109,7 +109,7 @@

Inheritance
- +
System.Attribute
DiscordDefaultDMPermissionAttribute
@@ -142,7 +142,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -178,7 +178,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.DiscordDefaultMemberPermissionsAttribute.html b/main/api/Remora.Discord.Commands.Attributes.DiscordDefaultMemberPermissionsAttribute.html index 411ad69a71..7ed4c7332a 100644 --- a/main/api/Remora.Discord.Commands.Attributes.DiscordDefaultMemberPermissionsAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.DiscordDefaultMemberPermissionsAttribute.html @@ -110,7 +110,7 @@

Inheritance
- +
System.Attribute
DiscordDefaultMemberPermissionsAttribute
@@ -143,7 +143,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -179,7 +179,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.DiscordNsfwAttribute.html b/main/api/Remora.Discord.Commands.Attributes.DiscordNsfwAttribute.html index 66454d7476..d30eb158ea 100644 --- a/main/api/Remora.Discord.Commands.Attributes.DiscordNsfwAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.DiscordNsfwAttribute.html @@ -110,7 +110,7 @@

Inheritance
- +
System.Attribute
DiscordNsfwAttribute
@@ -143,7 +143,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -179,7 +179,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.DiscordTypeHintAttribute.html b/main/api/Remora.Discord.Commands.Attributes.DiscordTypeHintAttribute.html index e403fc05e8..54227e9576 100644 --- a/main/api/Remora.Discord.Commands.Attributes.DiscordTypeHintAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.DiscordTypeHintAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
DiscordTypeHintAttribute
@@ -141,7 +141,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -177,7 +177,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.EphemeralAttribute.html b/main/api/Remora.Discord.Commands.Attributes.EphemeralAttribute.html index f6071f5e51..fe242b0848 100644 --- a/main/api/Remora.Discord.Commands.Attributes.EphemeralAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.EphemeralAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
EphemeralAttribute
@@ -141,7 +141,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -177,7 +177,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.ExcludeFromChoicesAttribute.html b/main/api/Remora.Discord.Commands.Attributes.ExcludeFromChoicesAttribute.html index 37a200e15f..2ce0538307 100644 --- a/main/api/Remora.Discord.Commands.Attributes.ExcludeFromChoicesAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.ExcludeFromChoicesAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
ExcludeFromChoicesAttribute
@@ -141,7 +141,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -177,7 +177,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.ExcludeFromSlashCommandsAttribute.html b/main/api/Remora.Discord.Commands.Attributes.ExcludeFromSlashCommandsAttribute.html index 463aa44f7c..ff8b3f0b2a 100644 --- a/main/api/Remora.Discord.Commands.Attributes.ExcludeFromSlashCommandsAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.ExcludeFromSlashCommandsAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
ExcludeFromSlashCommandsAttribute
@@ -141,7 +141,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -177,7 +177,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.MaxValueAttribute.html b/main/api/Remora.Discord.Commands.Attributes.MaxValueAttribute.html index 3d00987e9a..f616476e28 100644 --- a/main/api/Remora.Discord.Commands.Attributes.MaxValueAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.MaxValueAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
MaxValueAttribute
@@ -141,7 +141,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -177,7 +177,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.MinValueAttribute.html b/main/api/Remora.Discord.Commands.Attributes.MinValueAttribute.html index 230562f0f6..2380c22fef 100644 --- a/main/api/Remora.Discord.Commands.Attributes.MinValueAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.MinValueAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
MinValueAttribute
@@ -141,7 +141,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -177,7 +177,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Attributes.SuppressInteractionResponseAttribute.html b/main/api/Remora.Discord.Commands.Attributes.SuppressInteractionResponseAttribute.html index 657011f844..2d19cd4866 100644 --- a/main/api/Remora.Discord.Commands.Attributes.SuppressInteractionResponseAttribute.html +++ b/main/api/Remora.Discord.Commands.Attributes.SuppressInteractionResponseAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
SuppressInteractionResponseAttribute
@@ -141,7 +141,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -177,7 +177,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Conditions.RequireBotDiscordPermissionsAttribute.html b/main/api/Remora.Discord.Commands.Conditions.RequireBotDiscordPermissionsAttribute.html index fd97ed44b7..1f22dba8fb 100644 --- a/main/api/Remora.Discord.Commands.Conditions.RequireBotDiscordPermissionsAttribute.html +++ b/main/api/Remora.Discord.Commands.Conditions.RequireBotDiscordPermissionsAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
Remora.Commands.Conditions.ConditionAttribute
RequireBotDiscordPermissionsAttribute
@@ -142,7 +142,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -178,7 +178,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Conditions.RequireContextAttribute.html b/main/api/Remora.Discord.Commands.Conditions.RequireContextAttribute.html index 18c2f1a007..97bcc95b67 100644 --- a/main/api/Remora.Discord.Commands.Conditions.RequireContextAttribute.html +++ b/main/api/Remora.Discord.Commands.Conditions.RequireContextAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
Remora.Commands.Conditions.ConditionAttribute
RequireContextAttribute
@@ -142,7 +142,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -178,7 +178,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Conditions.RequireDiscordPermissionAttribute.html b/main/api/Remora.Discord.Commands.Conditions.RequireDiscordPermissionAttribute.html index 0b59c00e92..805f470748 100644 --- a/main/api/Remora.Discord.Commands.Conditions.RequireDiscordPermissionAttribute.html +++ b/main/api/Remora.Discord.Commands.Conditions.RequireDiscordPermissionAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
Remora.Commands.Conditions.ConditionAttribute
RequireDiscordPermissionAttribute
@@ -142,7 +142,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -178,7 +178,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Conditions.RequireOwnerAttribute.html b/main/api/Remora.Discord.Commands.Conditions.RequireOwnerAttribute.html index 4ed263cbad..20c65cdd83 100644 --- a/main/api/Remora.Discord.Commands.Conditions.RequireOwnerAttribute.html +++ b/main/api/Remora.Discord.Commands.Conditions.RequireOwnerAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
Remora.Commands.Conditions.ConditionAttribute
RequireOwnerAttribute
@@ -142,7 +142,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -178,7 +178,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Commands.Extensions.ApplicationCommandDataExtensions.html b/main/api/Remora.Discord.Commands.Extensions.ApplicationCommandDataExtensions.html index 19ed601d6c..b7732896eb 100644 --- a/main/api/Remora.Discord.Commands.Extensions.ApplicationCommandDataExtensions.html +++ b/main/api/Remora.Discord.Commands.Extensions.ApplicationCommandDataExtensions.html @@ -182,7 +182,7 @@
Parameters
- IReadOnlyDictionary<string, IReadOnlyList<string>> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, IReadOnlyList<string>> parameters

The parameters supplied to the command.

diff --git a/main/api/Remora.Discord.Commands.Extensions.CommandTreeExtensions.html b/main/api/Remora.Discord.Commands.Extensions.CommandTreeExtensions.html index a7728e092b..8f78fb31b8 100644 --- a/main/api/Remora.Discord.Commands.Extensions.CommandTreeExtensions.html +++ b/main/api/Remora.Discord.Commands.Extensions.CommandTreeExtensions.html @@ -299,7 +299,7 @@
Returns
- Dictionary<(Remora.Rest.Core.Optional<TValue><Remora.Rest.Core.Snowflake> GuildID, Remora.Rest.Core.Snowflake CommandID), OneOf.OneOf<T0, T1><IReadOnlyDictionary<string, Remora.Commands.Trees.Nodes.CommandNode>, Remora.Commands.Trees.Nodes.CommandNode>> + Dictionary<(Remora.Rest.Core.Optional<TValue><Remora.Rest.Core.Snowflake> GuildID, Remora.Rest.Core.Snowflake CommandID), OneOf.OneOf<T0, T1><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, Remora.Commands.Trees.Nodes.CommandNode>, Remora.Commands.Trees.Nodes.CommandNode>>

The node mapping.

diff --git a/main/api/Remora.Discord.Commands.Extensions.LocalizationProviderExtensions.html b/main/api/Remora.Discord.Commands.Extensions.LocalizationProviderExtensions.html index 16c1820728..2557782ab7 100644 --- a/main/api/Remora.Discord.Commands.Extensions.LocalizationProviderExtensions.html +++ b/main/api/Remora.Discord.Commands.Extensions.LocalizationProviderExtensions.html @@ -193,7 +193,7 @@
Returns
- IReadOnlyDictionary<string, string> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>

The available localized strings, mapped to the names of their locales.

diff --git a/main/api/Remora.Discord.Commands.Services.ILocalizationProvider.html b/main/api/Remora.Discord.Commands.Services.ILocalizationProvider.html index e540bae63f..d513771ecb 100644 --- a/main/api/Remora.Discord.Commands.Services.ILocalizationProvider.html +++ b/main/api/Remora.Discord.Commands.Services.ILocalizationProvider.html @@ -276,7 +276,7 @@
Returns
- IReadOnlyDictionary<CultureInfo, string> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><CultureInfo, string>

The available localized strings, mapped to their locales.

@@ -333,7 +333,7 @@
Returns
- IReadOnlyDictionary<CultureInfo, string> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><CultureInfo, string>

The available localized strings, mapped to their locales.

diff --git a/main/api/Remora.Discord.Commands.Services.SlashService.html b/main/api/Remora.Discord.Commands.Services.SlashService.html index d5c3292616..750e8434f8 100644 --- a/main/api/Remora.Discord.Commands.Services.SlashService.html +++ b/main/api/Remora.Discord.Commands.Services.SlashService.html @@ -223,7 +223,7 @@
Property Value
- IReadOnlyDictionary<(Remora.Rest.Core.Optional<TValue><Remora.Rest.Core.Snowflake> GuildID, Remora.Rest.Core.Snowflake CommandID), OneOf.OneOf<T0, T1><IReadOnlyDictionary<string, Remora.Commands.Trees.Nodes.CommandNode>, Remora.Commands.Trees.Nodes.CommandNode>> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><(Remora.Rest.Core.Optional<TValue><Remora.Rest.Core.Snowflake> GuildID, Remora.Rest.Core.Snowflake CommandID), OneOf.OneOf<T0, T1><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, Remora.Commands.Trees.Nodes.CommandNode>, Remora.Commands.Trees.Nodes.CommandNode>> diff --git a/main/api/Remora.Discord.Extensions.Attributes.ResponderAttribute.html b/main/api/Remora.Discord.Extensions.Attributes.ResponderAttribute.html index 1f6fa17742..8ed1e35df3 100644 --- a/main/api/Remora.Discord.Extensions.Attributes.ResponderAttribute.html +++ b/main/api/Remora.Discord.Extensions.Attributes.ResponderAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
ResponderAttribute
@@ -141,7 +141,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -177,7 +177,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Gateway.DiscordGatewayClient.html b/main/api/Remora.Discord.Gateway.DiscordGatewayClient.html index 9ffde9beca..06d609e462 100644 --- a/main/api/Remora.Discord.Gateway.DiscordGatewayClient.html +++ b/main/api/Remora.Discord.Gateway.DiscordGatewayClient.html @@ -264,7 +264,7 @@

Methods Improve this Doc - View Source + View Source

Dispose()

diff --git a/main/api/Remora.Discord.Gateway.Extensions.ServiceCollectionExtensions.html b/main/api/Remora.Discord.Gateway.Extensions.ServiceCollectionExtensions.html index b7d5ef08f2..bf80e4c5e1 100644 --- a/main/api/Remora.Discord.Gateway.Extensions.ServiceCollectionExtensions.html +++ b/main/api/Remora.Discord.Gateway.Extensions.ServiceCollectionExtensions.html @@ -176,7 +176,7 @@
Parameters
- Action<IHttpClientBuilder> + Action<IHttpClientBuilder> buildClient

Extra options to configure the rest client.

@@ -238,7 +238,7 @@
Parameters
- Action<IHttpClientBuilder> + Action<IHttpClientBuilder> buildClient

Extra options to configure the rest client.

diff --git a/main/api/Remora.Discord.Gateway.Services.ResponderService.html b/main/api/Remora.Discord.Gateway.Services.ResponderService.html index 2df250e576..df811f1eb4 100644 --- a/main/api/Remora.Discord.Gateway.Services.ResponderService.html +++ b/main/api/Remora.Discord.Gateway.Services.ResponderService.html @@ -318,7 +318,7 @@
Parameters
- IReadOnlyDictionary<Type, List<Type>> + System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><Type, List<Type>> responderGroup

The responder group that responders should be retrieved from.

diff --git a/main/api/Remora.Discord.Hosting.Extensions.HostBuilderExtensions.html b/main/api/Remora.Discord.Hosting.Extensions.HostBuilderExtensions.html index 571b71567e..0f0b6664f4 100644 --- a/main/api/Remora.Discord.Hosting.Extensions.HostBuilderExtensions.html +++ b/main/api/Remora.Discord.Hosting.Extensions.HostBuilderExtensions.html @@ -183,7 +183,7 @@
Parameters
- Action<IHttpClientBuilder> + Action<IHttpClientBuilder> buildClient

Extra options to configure the rest client.

@@ -246,7 +246,7 @@
Parameters
- Action<IHttpClientBuilder> + Action<IHttpClientBuilder> buildClient

Extra options to configure the rest client.

diff --git a/main/api/Remora.Discord.Interactivity.ButtonAttribute.html b/main/api/Remora.Discord.Interactivity.ButtonAttribute.html index 08dadf2b0b..a249be1c84 100644 --- a/main/api/Remora.Discord.Interactivity.ButtonAttribute.html +++ b/main/api/Remora.Discord.Interactivity.ButtonAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
Remora.Commands.Attributes.CommandAttribute
ButtonAttribute
@@ -148,7 +148,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -184,7 +184,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Interactivity.ModalAttribute.html b/main/api/Remora.Discord.Interactivity.ModalAttribute.html index 4a73bc57eb..649e9b005e 100644 --- a/main/api/Remora.Discord.Interactivity.ModalAttribute.html +++ b/main/api/Remora.Discord.Interactivity.ModalAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
Remora.Commands.Attributes.CommandAttribute
ModalAttribute
@@ -148,7 +148,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -184,7 +184,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Interactivity.SelectMenuAttribute.html b/main/api/Remora.Discord.Interactivity.SelectMenuAttribute.html index 3ffa92336a..36c190adc3 100644 --- a/main/api/Remora.Discord.Interactivity.SelectMenuAttribute.html +++ b/main/api/Remora.Discord.Interactivity.SelectMenuAttribute.html @@ -108,7 +108,7 @@

Inheritance
- +
System.Attribute
Remora.Commands.Attributes.CommandAttribute
SelectMenuAttribute
@@ -148,7 +148,7 @@
Inherited Members
Attribute.GetCustomAttribute(ParameterInfo, Type, bool)
- Attribute.GetCustomAttributes(Assembly) + System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
Attribute.GetCustomAttributes(Assembly, bool) @@ -184,7 +184,7 @@
Inherited Members
Attribute.GetCustomAttributes(Module, Type, bool)
- Attribute.GetCustomAttributes(ParameterInfo) + System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, bool) diff --git a/main/api/Remora.Discord.Interactivity.Services.InMemoryDataService-2.html b/main/api/Remora.Discord.Interactivity.Services.InMemoryDataService-2.html index 8e83e2278a..900567797f 100644 --- a/main/api/Remora.Discord.Interactivity.Services.InMemoryDataService-2.html +++ b/main/api/Remora.Discord.Interactivity.Services.InMemoryDataService-2.html @@ -357,7 +357,7 @@
Returns
- Task<Remora.Results.Result<TEntity><(SemaphoreSlim Semaphore, TData Data)>> + Task<Remora.Results.Result<TEntity><(SemaphoreSlim Semaphore, TData Data)>>

The data and semaphore associated with the data or a Remora.Results.NotFoundError.

diff --git a/main/api/Remora.Discord.Rest.API.DiscordRestApplicationAPI.html b/main/api/Remora.Discord.Rest.API.DiscordRestApplicationAPI.html index d44157aa10..d1aa2c542f 100644 --- a/main/api/Remora.Discord.Rest.API.DiscordRestApplicationAPI.html +++ b/main/api/Remora.Discord.Rest.API.DiscordRestApplicationAPI.html @@ -396,13 +396,13 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> nameLocalizations

The localized names of the command.

- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> descriptionLocalizations

The localized descriptions of the command.

@@ -515,13 +515,13 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> nameLocalizations

The localized names of the command.

- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> descriptionLocalizations

The localized descriptions of the command.

@@ -933,13 +933,13 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> nameLocalizations

The localized names of the command.

- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> descriptionLocalizations

The localized descriptions of the command.

@@ -1049,13 +1049,13 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> nameLocalizations

The localized names of the command.

- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> descriptionLocalizations

The localized descriptions of the command.

diff --git a/main/api/Remora.Discord.Rest.API.DiscordRestUserAPI.html b/main/api/Remora.Discord.Rest.API.DiscordRestUserAPI.html index 480240d2b0..fe9fd25b8d 100644 --- a/main/api/Remora.Discord.Rest.API.DiscordRestUserAPI.html +++ b/main/api/Remora.Discord.Rest.API.DiscordRestUserAPI.html @@ -834,7 +834,7 @@
Parameters
- Remora.Rest.Core.Optional<TValue><IReadOnlyDictionary<string, string>> + Remora.Rest.Core.Optional<TValue><System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string>> metadata

The object mapping application role connection metadata keys to their stringified value (max 100 characters) for the user on the platform a bot has connected.

diff --git a/main/api/Remora.Discord.Rest.Extensions.ServiceCollectionExtensions.html b/main/api/Remora.Discord.Rest.Extensions.ServiceCollectionExtensions.html index 3af92af70c..e2fb657053 100644 --- a/main/api/Remora.Discord.Rest.Extensions.ServiceCollectionExtensions.html +++ b/main/api/Remora.Discord.Rest.Extensions.ServiceCollectionExtensions.html @@ -176,7 +176,7 @@
Parameters
- Action<IHttpClientBuilder> + Action<IHttpClientBuilder> buildClient

Extra client building operations.

@@ -238,7 +238,7 @@
Parameters
- Action<IHttpClientBuilder> + Action<IHttpClientBuilder> buildClient

Extra client building operations.

diff --git a/main/manifest.json b/main/manifest.json index 6bc2d6c237..15b5b39314 100644 --- a/main/manifest.json +++ b/main/manifest.json @@ -1230,7 +1230,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.DiscordPermission.html", - "hash": "6e1clfXNUBp/dIfUTKdbdWa06YH83kIegREgVLRE2nk=" + "hash": "u3ig+qdMLytdFfxEmwnMTJJXD9SYxTqYtI3DazPv/ZA=" } }, "version": "" @@ -1516,7 +1516,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.IApplicationCommand.html", - "hash": "5okViBLN3d4S/33THTXXowDQKJmhOMGCkqIrl+1jaTc=" + "hash": "Q7Ngut/KSvHQxoGTucC02JEBjvLaIFIhAmPXF7m6YY4=" } }, "version": "" @@ -1549,7 +1549,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandInteractionDataResolved.html", - "hash": "W2oLX7GtruiHXE+/8BjH8QWtpWfkl+KDcuqIg2jIIJY=" + "hash": "ROVHdz29DqkNzGaI+FGzgKcbkwgO0nS25/VDW2s3ROY=" } }, "version": "" @@ -1560,7 +1560,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandOption.html", - "hash": "ttgQCzEV6em3a6kK8XSjPAliGIUygEno7M3vMicS43k=" + "hash": "0RLL2oH7eYZhKgcdRi+5EPkZy8M8pG+xDTcFfhYgjmU=" } }, "version": "" @@ -1571,7 +1571,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.IApplicationCommandOptionChoice.html", - "hash": "1Vx6rbc/OJw+Q/hNu+wem/ZCpaDbNFnWJxVSQt2SdIs=" + "hash": "A8gCm38LmmJNiwPUhlLXxi75rNKw//0yV+bl71D9hoM=" } }, "version": "" @@ -1604,7 +1604,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.IApplicationRoleConnection.html", - "hash": "2Ihuy53fbTKjIvxuK4dtoBIhFyNO/ksSHkOdjTzc4M0=" + "hash": "7SBCuIqrQgeMrvify5p3W9CT7eZwV9NvgU1MKb1vh4s=" } }, "version": "" @@ -1615,7 +1615,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.IApplicationRoleConnectionMetadata.html", - "hash": "FIv1KqIErAsbTpHm6ga9wW7GxbSaW9+UJnIt7GA1HCs=" + "hash": "FtzIKd9o63WlLodtk6diBh6mzqon3JMA1Kh63lbELq8=" } }, "version": "" @@ -1736,7 +1736,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.IBulkApplicationCommandData.html", - "hash": "V1GDtiGtCKRIefg/M1wjD7MM8g/NNShY9SP0MrsNK6I=" + "hash": "5mlhXcmJdBs1rrjxXBVinFRsLj8kh7jaDnHsiEs1NZU=" } }, "version": "" @@ -1846,7 +1846,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.IDiscordPermissionSet.html", - "hash": "Gx88qbVgwHSVqhCF7Y7te5szh1G9t5puk7VFypH4AlA=" + "hash": "eI40NziJEWPFVbmbFKEudQgZ+cxpNMWdWOPZyjuqepc=" } }, "version": "" @@ -2748,7 +2748,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.IPropertyErrorDetails.html", - "hash": "BCIDcrBoVwwsFuTYNfI5PNr74nElF+Ktwcax67TGNJ4=" + "hash": "ZX/Vt+HW0HbJGQDKV9m3WY2GXauOV9r3mAs+EOeVRXE=" } }, "version": "" @@ -2792,7 +2792,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Objects.IRestError.html", - "hash": "xiQJyI88eyvwpm7QllwyZPKGaxXBWp+vtSmPGMFJ3bY=" + "hash": "IVlwgRZQi8LtO8YMVznurR/8IF8IyITLG4NSshKklds=" } }, "version": "" @@ -3507,7 +3507,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Rest.IDiscordRestApplicationAPI.html", - "hash": "RVXNkngf2OI8cfSk3UHvHGMGwqQbwv7hjmFMv6anGtI=" + "hash": "cA7UNpWOwtKJ125uNBC4agZJJIgI/9sZcOcxdRiGV2k=" } }, "version": "" @@ -3672,7 +3672,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Abstractions.Rest.IDiscordRestUserAPI.html", - "hash": "i+sLDC1xDXYiRwZC/3LH3zHXy+EcRnLaUxKYZl8yWfo=" + "hash": "SBgDEtcE3KAaZAsJqUpsyjT1JedWYsf0sqtZ2iSx8Ns=" } }, "version": "" @@ -5234,7 +5234,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Objects.ApplicationCommand.html", - "hash": "xuGar/6yVO+A5gJO5Jw2JdOcTV2WHquQ5fiy04uwicg=" + "hash": "PDfnHlNh5JKl+s2Mwm6eOgkIOYi1metGaDmiHjk8S5g=" } }, "version": "" @@ -5267,7 +5267,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Objects.ApplicationCommandInteractionDataResolved.html", - "hash": "YZDc49t9yCV+0nwhZ+/dAYwLpg/ry1XY1DWomjMNYQ4=" + "hash": "yNHzxikYaHkerXN0J3gEM99JI1pzh5LWCUfUbH4zjtI=" } }, "version": "" @@ -5278,7 +5278,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Objects.ApplicationCommandOption.html", - "hash": "d9QsyRixa8JqU+849zR8oRwoog2Vll7D99AGQ1fTsTA=" + "hash": "AXHCWgWF9HCWr98I1ieXYP2V8bM4/pypSHyyaEljmO0=" } }, "version": "" @@ -5289,7 +5289,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Objects.ApplicationCommandOptionChoice.html", - "hash": "WoD4+JjOjBOCVb+Y7+BEGsfNDB6+jMEB5FfKuYPtjDU=" + "hash": "JYb5m/dtC+3pNp2t1nlRJLupsSoAGfSQQoht0DpSIWQ=" } }, "version": "" @@ -5322,7 +5322,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Objects.ApplicationRoleConnection.html", - "hash": "WTjgDYm3Q344KPpFzpFLitiyz1aKHHjOfg6dH+gi5V4=" + "hash": "egLH3cswNPX56xeKMfo/8NVMrOo6xowcU71l30M/Odc=" } }, "version": "" @@ -5333,7 +5333,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Objects.ApplicationRoleConnectionMetadata.html", - "hash": "S3dMtpp05CMQV5M2qMLAd49/e7jFBo62fp0FYghiUFo=" + "hash": "I11wysD+oWy1z7Nlcj2Bc0Q31FTiInHh+8ddyf/jd0g=" } }, "version": "" @@ -5454,7 +5454,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Objects.BulkApplicationCommandData.html", - "hash": "hijGaWHxeJHeLGj2JJrwp2gzEVCnmJov2Q0/IDWc/uQ=" + "hash": "ZWM8MxqfZ9zufKkJxSzaT3Nsw3IY8N/gD3sYbF3Hi/c=" } }, "version": "" @@ -5564,7 +5564,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Objects.DiscordPermissionSet.html", - "hash": "bHhRMuc+gFQHqSG+dEGwsFckNq6VMZ6H8+nRVA9DBbg=" + "hash": "M2QYt3WxpYgml8ZxG95rdEHizkPMpdolzPBR3wcQ5RY=" } }, "version": "" @@ -6422,7 +6422,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Objects.PropertyErrorDetails.html", - "hash": "lUUw1zcdy+83bIjOVTYJstWxlF0IC9KiGqmL0pjQVe0=" + "hash": "fUZpKDYb553i4SC299Zj7C+IGsJ+zho5BSZ1TEZu06w=" } }, "version": "" @@ -6466,7 +6466,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.API.Objects.RestError.html", - "hash": "xU9nYK0MXf7XlOuHraBTtQr+9qACjRTn/aYKu3w0fSY=" + "hash": "u6ZP4if7phIjAhgP5VYvhtJsqY4H9QkOdII0r4WbpYY=" } }, "version": "" @@ -7104,7 +7104,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Caching.API.CachingDiscordRestUserAPI.html", - "hash": "iDB+BwI1ZKM6rBBWkukSlvUVauuDQK2kbBtXKcg7DSI=" + "hash": "1ijp1CUunn7o61XRcyDtA0qqb5pTQGNwmgNqHEa/FVo=" } }, "version": "" @@ -7885,7 +7885,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.AutocompleteAttribute.html", - "hash": "z929TZZVpQK5ig0Xf63iOJLXWFdj85doX+wruxrB2TY=" + "hash": "AHH5IyTlqzHjLmd+I8MfcnAgohFDiHbxSWmtYXYOHVY=" } }, "version": "" @@ -7896,7 +7896,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.AutocompleteProviderAttribute.html", - "hash": "S+e9+PVu2C1X1HwIGY9Y5CJtJy0PYyRZBgimbL57sH4=" + "hash": "xW2BFRJH+dwc3+f/n7NyXdzBsw85oAba/SO1gTzi6K0=" } }, "version": "" @@ -7907,7 +7907,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.ChannelTypesAttribute.html", - "hash": "/GMUcIS8ikaoFe2meIWdzF4VWfto2c1mnemA4lRMb7k=" + "hash": "dnB6wm1DyJD/MdLyz7l84lsy8YrvYM5UXNYaPV31LYU=" } }, "version": "" @@ -7918,7 +7918,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.CommandTypeAttribute.html", - "hash": "gpYWV+EACng3a1rPo2h0HTlAgHc90UjkR1ItaBW9dSc=" + "hash": "x9fETu9qqMQxL6D0woLPv/mkjrboJs5XMrbWFdkDoM4=" } }, "version": "" @@ -7929,7 +7929,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.DiscordDefaultDMPermissionAttribute.html", - "hash": "Ra70bGccoK4RaLRokLl955N3jgaHFuqBXRLdsuZqrbo=" + "hash": "4VbJyGAXcfD5yO9OvJ3u2S/M1RmLAh3HK4TpASdy12o=" } }, "version": "" @@ -7940,7 +7940,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.DiscordDefaultMemberPermissionsAttribute.html", - "hash": "OJEdeRchkP8YQSmeAdUl1OrMyYqIV9IrwJF/ut67w+8=" + "hash": "PEk72pOCbEUVtlhAY5EOubz609vmkom0OZe6XD82QH8=" } }, "version": "" @@ -7951,7 +7951,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.DiscordNsfwAttribute.html", - "hash": "SCzj3G/47PzR+7PzqZsdTg0i7n0gq99FtzNAU4CMUXI=" + "hash": "ZnSlMoztMTWIyTx7vDsrOlSxNmoN5p1LW9UJgyIv0r4=" } }, "version": "" @@ -7962,7 +7962,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.DiscordTypeHintAttribute.html", - "hash": "f2CdjzmK8eYAVe0U8shHicgoCk6Aol3QeyNa2UZ3RU4=" + "hash": "hc7fmAftqTE/JxNbrJkrhiWO/6uE38+gb+9IXdrgoSw=" } }, "version": "" @@ -7973,7 +7973,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.EphemeralAttribute.html", - "hash": "VxoJ8JcATlQnY8hCy5cZrMZXHZNZFQHgIoxAcji6YzM=" + "hash": "VpGDUk2EQrTB8tNcUBdqoAbmb4IGCS7ddh4Bmg0YKB8=" } }, "version": "" @@ -7984,7 +7984,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.ExcludeFromChoicesAttribute.html", - "hash": "/YR0M99mekVjhMVXhC2O/ggo4UDHUk0HuOl2Sygn7xU=" + "hash": "7tNcWKDrZj8/vf42BIfkZBruTSosTioGkrB4jp/Hduc=" } }, "version": "" @@ -7995,7 +7995,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.ExcludeFromSlashCommandsAttribute.html", - "hash": "F8DDbOAPPt9Fdlj3lOHyaUMN2/dvn3bkmxw2vGPmdI0=" + "hash": "8NZKz2jYZriqpRoVt7OCIifJLlgqTLvXfG7DvOfcMJk=" } }, "version": "" @@ -8006,7 +8006,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.MaxValueAttribute.html", - "hash": "lLf6Ss+pSIQKNI8i1X5rG6tegTvvBCJ9bQAMgD7oFEw=" + "hash": "AyZunNjc8m3uA5lqo6ShGRdPjyrKP9FxyEOsEASZ0xo=" } }, "version": "" @@ -8017,7 +8017,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.MinValueAttribute.html", - "hash": "hqO5GiR/zFNae9GAhxH6c9VD+x+hMfaZS1LPuSoB38I=" + "hash": "otGtALtEUtBfsDZBxcgYIrEdmVLy08kymbaftbWi+oE=" } }, "version": "" @@ -8028,7 +8028,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Attributes.SuppressInteractionResponseAttribute.html", - "hash": "jvrfIFC1sSm7cH/ytiBKE7/NtnB3NQqzB5X1bH1k5hE=" + "hash": "LK6EMKEclj83E2mKWlAkh8QpISBFfUnwtRqosCEn85E=" } }, "version": "" @@ -8127,7 +8127,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Conditions.RequireBotDiscordPermissionsAttribute.html", - "hash": "fl29Ad3q9Rv+bAStXb+N4MfTEqgfaESKO2cQA+lyQhM=" + "hash": "lfLTIwzgVytiDqhH3KIhCH4k7oXHVKmDJc7jP/xCUmk=" } }, "version": "" @@ -8149,7 +8149,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Conditions.RequireContextAttribute.html", - "hash": "SM3ey3u+rvrXr47Mc+8MacGbk4pxfXVVPpTlWqN7M7Q=" + "hash": "Vlxr96cwLq+f2YNluXOJq0HCQtyHWa4nBC9m9Ipgb/s=" } }, "version": "" @@ -8171,7 +8171,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Conditions.RequireDiscordPermissionAttribute.html", - "hash": "qCM7Bx2iB9nzdjYs1FqaaHRDGMIm9zspDVyYrI0wavo=" + "hash": "9XagBzdCiRFTUgoP4ynrrlu6mETUu12eiABuK7PTdRM=" } }, "version": "" @@ -8193,7 +8193,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Conditions.RequireOwnerAttribute.html", - "hash": "OPQj+r1XJutgM8tEn5bnlDPMFC1+SF3stGiTFeI2Wig=" + "hash": "0rdmcy3iGr62+cexjlHscwmA8abChC3d4NZ5B+m2OZY=" } }, "version": "" @@ -8347,7 +8347,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Extensions.ApplicationCommandDataExtensions.html", - "hash": "n3HYEPhJ6oLPWwiovz5vbQZIsQOIUj08D0HMAakHn9g=" + "hash": "WHiGFGJOQylyKwpxiitZ7Y5FijPEcIBPJtN1LYXQeWk=" } }, "version": "" @@ -8391,7 +8391,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Extensions.CommandTreeExtensions.html", - "hash": "ji1DSJvMJCo7Keh+XuebsJ9vltecwkKmuvaavYwp8a4=" + "hash": "+d+5aJ1KqQkXnwMEXWLK00LOmJzI08CVlu5mTovTL/E=" } }, "version": "" @@ -8402,7 +8402,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Extensions.LocalizationProviderExtensions.html", - "hash": "5GRP9e+2BIKx7DXbjmNarlN4J/yHfhVrzWNqmLcuWIg=" + "hash": "w0PsyFu5n6qpAdQYKr9s262Fh1a40eGt4e8p55oKjUc=" } }, "version": "" @@ -8853,7 +8853,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Services.ILocalizationProvider.html", - "hash": "c5zsHhOMlLYqbcYETorCJO03fkUrUtHI+bLHUEuOuCA=" + "hash": "lNApfziOSBLUA8tbaYBH7zHIkLrp1pY314+kQWywSLU=" } }, "version": "" @@ -8919,7 +8919,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Commands.Services.SlashService.html", - "hash": "hWZ2MfYFVXv0jLeFGYWXM1M7Vo0Un4+z+vrupoCymhc=" + "hash": "87j/E3FYGLRyd4OGtM8Uioj00R7lknyxSQ+TG/kmprU=" } }, "version": "" @@ -8974,7 +8974,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Extensions.Attributes.ResponderAttribute.html", - "hash": "HucR697bYhiBjhRFDtoFsRRHwUKgVPiIVRLwoPa7X60=" + "hash": "jkafxOVW0/iDKKkulwsDLGs4XoOoKVBAGSfprnPjoQY=" } }, "version": "" @@ -9271,7 +9271,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Gateway.DiscordGatewayClient.html", - "hash": "QppOcFcuwqLieV5CKuqX7c/C/JExdrQ0JvYEsxNbBYc=" + "hash": "sWQNn8Of4saSvgo9ZasoUDYaa4ziIppt6OGImByw8D4=" } }, "version": "" @@ -9293,7 +9293,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Gateway.Extensions.ServiceCollectionExtensions.html", - "hash": "SJtwaorjlBxDYm3FeKiBs6UDkV4vZt0ggZDvQ5l3rag=" + "hash": "28XfekvWx0S7y+85d9FXkKgrxBEYkdaIzJrIk3aTln8=" } }, "version": "" @@ -9491,7 +9491,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Gateway.Services.ResponderService.html", - "hash": "8CVvMTdsJ2X7gQVzlUoB5CbWO5berOUgb1ZHHMsKwIo=" + "hash": "FuKkXGDJqCrnRmr+P9RWsd9oHbd/B4aoYRNUNj5VDn4=" } }, "version": "" @@ -9557,7 +9557,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Hosting.Extensions.HostBuilderExtensions.html", - "hash": "uL4V9DNK57r8QVCojB8/bVrBuvd3xUDdJKiulxjfIbg=" + "hash": "ckdWNpcDUkF6VmvKIcwWMKL8DopFJVKVHtW1Pg+SsYk=" } }, "version": "" @@ -9623,7 +9623,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Interactivity.ButtonAttribute.html", - "hash": "2NFQM+WwQe5xTx8ZrHGGJaRTw6P4k/6MSlWdFf8xzW4=" + "hash": "uWG4NARo6id4TxAJkjQQTxTjhqQ5F6A4LjMX4Re2ZPA=" } }, "version": "" @@ -9700,7 +9700,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Interactivity.ModalAttribute.html", - "hash": "HPxEFiXLvctwCDv68i5ohyMyStz5P+jXfrLWfEkK7M0=" + "hash": "AUObup5uNF/u8lrvRuE1BxHWTYL3y+LcOgI8MMEfQRw=" } }, "version": "" @@ -9711,7 +9711,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Interactivity.SelectMenuAttribute.html", - "hash": "bsXBTmCDqBNrZf3VrErBYAL+yvqoIW4bqy9iDiV5rko=" + "hash": "06uF80DAyRxjRiq33AeZDqRvVF1GrPvU6yJ8GaYSP8c=" } }, "version": "" @@ -9733,7 +9733,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Interactivity.Services.InMemoryDataService-2.html", - "hash": "0RW7vBuYzpSLyQrmo36KOC4V4TI3euGrCTMduXC4b+k=" + "hash": "TkW92dPGFYOPSeZcroLAS6JE4MezBpEF9Kh/q662cEY=" } }, "version": "" @@ -9865,7 +9865,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Rest.API.DiscordRestApplicationAPI.html", - "hash": "d2ykMZlp0k1793/tDPu1aP7vGW1E/ndaPKrhdMBxHwI=" + "hash": "pUEmdMoGCEiVXMH9bO/jcH6bRUFWF4cpraA34H5u+0k=" } }, "version": "" @@ -10030,7 +10030,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Rest.API.DiscordRestUserAPI.html", - "hash": "ue+y9WEYQC49adzUJmnXHa2VxVeqbxDoQVvXakIdDhE=" + "hash": "Ch1MN5tB7nGOjosPcGmnopqKz22DUh4NSpjegkYYQbM=" } }, "version": "" @@ -10140,7 +10140,7 @@ "output": { ".html": { "relative_path": "api/Remora.Discord.Rest.Extensions.ServiceCollectionExtensions.html", - "hash": "bKTg25X6Ekvut3+1pt+reKz9lFA6B4W/xmr3djgr0HA=" + "hash": "VZ4wDvElMdBXkm7adP/Et4XqixsozZeA9eNTrmShLQQ=" } }, "version": ""