Add role messages

This commit is contained in:
Natsu Kagami 2021-02-11 20:29:51 +09:00 committed by Natsu Kagami
parent 1ecfcc92d2
commit 925aa90887
7 changed files with 368 additions and 8 deletions

View file

@ -35,6 +35,9 @@ pub fn setup(
client.data.clone(),
));
// Start reaction handlers
data.insert::<community::ReactionWatchers>(community::ReactionWatchers::new(&*data)?);
Ok(())
}