Table of Contents

Method GetInstance

Namespace
DSharpPlus.CommandsNext.Entities
Assembly
DSharpPlus.CommandsNext.dll

GetInstance(IServiceProvider)

Returns the instance of this module.

public BaseCommandModule GetInstance(IServiceProvider services)

Parameters

services IServiceProvider

Services to instantiate the module with.

Returns

BaseCommandModule

This module's instance.