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

9 lines
499 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";
pub const ACCOUNT_LINK_INVALID: &str =
"Your link code is invalid. You may need a new one. Or to git gud.";