Shroom::Config
Inherits YAML::Serializable / Reference / Object
Constructors
new(token : String, channel : UInt64, prefixes : Array(String), commands : Hash(String, String), shitpost : Array(Array(String)), exchange : Hash(String, String), responses : Array(String), classifiers : Array(String), remind : Hash(String, Array(String)), enable_hello : Bool, hello : String, help : String)
Sourcenew(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Sourcenew(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceClass methods
load(filename)
SourceInstance methods
channel
Sourceclassifiers
Sourcecommands
Sourceenable_hello?
Sourceexchange
Sourcehello
Sourcehelp
Sourceprefixes
Sourceremind
Sourceresponses
Sourceshitpost
Sourcetoken
Source