Table of Contents

Class SlashCommandsConfiguration

Namespace
DSharpPlus.SlashCommands
Assembly
DSharpPlus.SlashCommands.dll

A configuration for a SlashCommandsExtension.

public sealed class SlashCommandsConfiguration
Inheritance
SlashCommandsConfiguration

Properties

Services

Sets the service provider.

Objects in this provider are used when instantiating slash command modules. This allows passing data around without resorting to static members.

Defaults to null.