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

6 lines
310 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";