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
scopesList<string>The scopes to request for user access. Defaults to
applications.commandsif not specified.
Returns
- Task<DiscordApplication>
The updated application.