Geoffrey-rs/geoffrey_bot/src/bot/lang.rs

7 lines
387 B
Rust

pub const PLAYER_DOES_NOT_HAVE_MATCHING_LOC: &str =
"You don't have a location by that name, try again slugger.";
pub const PLAYER_DOES_NOT_HAVE_MATCHING_SHOP: &str =
"You don't have a shop by that name, try again champ.";
pub const PLAYER_ALREADY_SELLS_ITEM: &str = "You already sell that ding dong";
pub const NO_LOCATION_FOUND: &str = "No location found by that name goober";