Table of Contents

Interface ILocalizationsProvider

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public interface ILocalizationsProvider

Methods

GetLocalizationsAsync(IReadOnlyList<LocalizationPathSegment>, CancellationToken)

ValueTask<IReadOnlyDictionary<string, string>?> GetLocalizationsAsync(IReadOnlyList<LocalizationPathSegment> path, CancellationToken cancellationToken = default)

Parameters

path IReadOnlyList<LocalizationPathSegment>
cancellationToken CancellationToken

Returns

ValueTask<IReadOnlyDictionary<string, string>>