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
- clientDiscordClient
- The client to register our event handlers too.