class StardewBot::Interpreter
- StardewBot::Interpreter
- Reference
- Object
Defined in:
interpreter.crConstant Summary
-
PREFIX =
"!"
-
SEEKER =
StardewBot::Seeker.new
-
WHITESPACE =
" "
Constructors
Instance Method Summary
- #interpret(message : String, channel_id : Discord::Snowflake)
- #mount_embed_message(item : StardewBot::Item) : Discord::Embed
- #reply(message : Discord::Embed, channel_id : Discord::Snowflake)
- #reply(message : String, channel_id : Discord::Snowflake)
- #resolve_command(command : String, search : String, channel_id : Discord::Snowflake)
- #translate_sources(sources : Array(String)) : String
Constructor Detail
Instance Method Detail
def resolve_command(command : String, search : String, channel_id : Discord::Snowflake)
#