Commands
public struct Commands
-
Declaration
Swift
public enum Prefix
-
Command prefix used.
Declaration
Swift
public let prefix: Prefix
-
Wether or not to enable commands.
Declaration
Swift
public let enabled: Bool
-
Declaration
Swift
public init(prefix: Prefix, enabled: Bool)
Parameters
prefix
Command prefix to use. Default is mentioning your bot.
enabled
Wether or not to enable commands. Default is
true