Class ApplicationCommandsModuleStartupFinishedEventArgs
- Namespace
- DisCatSharp.ApplicationCommands.EventArgs
- Assembly
- DisCatSharp.ApplicationCommands.dll
Represents arguments for a ApplicationCommandsModuleStartupFinished event.
public sealed class ApplicationCommandsModuleStartupFinishedEventArgs : DiscordEventArgs
- Inheritance
-
ApplicationCommandsModuleStartupFinishedEventArgs
- Inherited Members
Properties
- GuildsWithoutScope
Gets a list of all guild ids missing the application commands scope.
- RegisteredGlobalCommands
Gets all registered global commands.
- RegisteredGuildCommands
Gets all registered guild commands mapped by guild id.
- ShardId
Gets the shard id of the shard that finished loading.