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