mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-25 01:30:50 +00:00
Add role messages
This commit is contained in:
parent
1ecfcc92d2
commit
925aa90887
7 changed files with 368 additions and 8 deletions
|
@ -35,6 +35,9 @@ pub fn setup(
|
|||
client.data.clone(),
|
||||
));
|
||||
|
||||
// Start reaction handlers
|
||||
data.insert::<community::ReactionWatchers>(community::ReactionWatchers::new(&*data)?);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue