Table of Contents

Method Setup

Namespace
DSharpPlus.Commands
Assembly
DSharpPlus.Commands.dll

Setup(DiscordClient)

Sets up the extension to use the specified DiscordClient.

public void Setup(DiscordClient client)

Parameters

client DiscordClient

The client to register our event handlers too.