StardewBot::Interpreter
Inherits Reference < Object
Constants
PREFIX = "!"
SEEKER = StardewBot::Seeker.new
WHITESPACE = " "
Constructors
new(discord_client : Discord::Client)
SourceInstance methods
interpret(message : String, channel_id : Discord::Snowflake)
Sourcereply(message : Discord::Embed, channel_id : Discord::Snowflake)
Sourcereply(message : String, channel_id : Discord::Snowflake)
Sourceresolve_command(command : String, search : String, channel_id : Discord::Snowflake)
Sourcetranslate_sources(sources : Array(String)) : String
Source