Skip to content
Snippets Groups Projects
Unverified Commit 84346539 authored by tec's avatar tec
Browse files

Skeletal start to reaction roles

parent f36acc3d
No related merge requests found
#[derive(Debug, Clone)]
struct ReactionMapping {
mapping: HashMap<serenity::model::id::EmojiId, serenity::model::id::RoleId>,
}
lazy_static! {
static ref REACTIONS_CACHE: Mutex<HashMap<serenity::model::id::MessageId, ReactionMapping>> =
Mutex::new(HashMap::new());
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment