This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Discord.
Summary
Gets a
DiscordProvider
instance that can be used for communicating with Discord API.
- Assembly
- Cake
.Discord .dll - Namespace
- Cake
.Discord - Containing Type
- DiscordAliases
Syntax
public static DiscordProvider Discord(this ICakeContext context)
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
Return Value
Type | Description |
---|---|
DiscordProvider | A DiscordProvider instance. |