This commit is contained in:
nora 2021-06-01 20:00:06 +02:00
parent f66e2b9798
commit 4430cfe259
2 changed files with 18 additions and 3 deletions

View file

@ -19,7 +19,7 @@ lazy_static! {
config.parse::<Value>().expect(CONFIG_ERR)
};
static ref REACTION_EMOTES: HashMap<String, EmojiId> = {
pub static ref REACTION_EMOTES: HashMap<String, EmojiId> = {
let mut m = HashMap::new();
let emotes = CONFIG.get("emotes").expect(CONFIG_ERR);