|
|
|
@ -47,7 +47,7 @@ impl EventHandler for Handler
|
|
|
|
async fn reaction_add(&self, ctx: Context, add_reaction: Reaction)
|
|
|
|
async fn reaction_add(&self, ctx: Context, add_reaction: Reaction)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// println!("reaction_add event");
|
|
|
|
// println!("reaction_add event");
|
|
|
|
utils::Logger::log_message(ctx.clone(), &format!("reaction add event, emoji: {:#?}", add_reaction.emoji)).await;
|
|
|
|
// utils::Logger::log_message(ctx.clone(), &format!("reaction add event, emoji: {:#?}", add_reaction.emoji)).await;
|
|
|
|
// todo!()
|
|
|
|
// todo!()
|
|
|
|
|
|
|
|
|
|
|
|
commands::handle_reaction_add(ctx, add_reaction).await;
|
|
|
|
commands::handle_reaction_add(ctx, add_reaction).await;
|
|
|
|
|