class

StardewBot::Interpreter

Inherits Reference < Object

Constants

PREFIX = "!"
SEEKER = StardewBot::Seeker.new
WHITESPACE = " "

Constructors

new(discord_client : Discord::Client)
Source

Instance methods

interpret(message : String, channel_id : Discord::Snowflake)
Source
mount_embed_message(item : StardewBot::Item) : Discord::Embed
Source
reply(message : Discord::Embed, channel_id : Discord::Snowflake)
Source
reply(message : String, channel_id : Discord::Snowflake)
Source
resolve_command(command : String, search : String, channel_id : Discord::Snowflake)
Source
translate_sources(sources : Array(String)) : String
Source