Table of Contents
API reference

Method EnableUserAppsAsync

Namespace
DisCatSharp
Assembly
DisCatSharp.dll

EnableUserAppsAsync(List<string>?)

Enables user app functionality.

public Task<DiscordApplication> EnableUserAppsAsync(List<string>? scopes = null)

Parameters

scopes List<string>

The scopes to request for user access. Defaults to applications.commands if not specified.

Returns

Task<DiscordApplication>

The updated application.