mirror of
https://github.com/Noratrieb/widetom.git
synced 2026-01-15 01:15:03 +01:00
nsfw fix
This commit is contained in:
parent
f66e2b9798
commit
4430cfe259
2 changed files with 18 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue