summaryrefslogtreecommitdiff
path: root/src/config.rs
blob: cd8a55b9bccc63e08d8f21bb9c1801da05c8a419 (plain)
1
2
3
4
5
6
pub const TOKEN_ENV: &str = "DISCORD_TOKEN";
pub const GLOBAL_COMMAND_PREFIX: &str = "!<3";
pub const META_CHANNEL_NAME: &str = "Cupido Shuffler";
pub const META_CHANNEL_DESCRIPTION: &str = "All channels related to cupido";
pub const HELP_TEXT: &str = "Cupido is a discord bot to get to know your people.
Cupido is open-source <https://git.kobert.dev/lovefinderrz.git/>!";