DiscordClientHolder
public protocol DiscordClientHolder
Declares that a type will be able to reference a DiscordClient from within itself.
-
A reference to the client.
Declaration
Swift
var client: DiscordClient?