This commit is contained in:
Gzod01 2024-05-31 17:03:28 +02:00
parent 010c3a9dc7
commit 9c386b0ffa
2 changed files with 1 additions and 0 deletions

BIN
core

Binary file not shown.

View file

@ -64,6 +64,7 @@ impl EventHandler for Handler {
}
}
}
async fn guild_m
async fn interaction_create(&self, ctx: Context, interaction: Interaction){
if let Interaction::Component(comp) = interaction{