fix button interaction
This commit is contained in:
parent
eb741f409a
commit
159d3b1528
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default (interaction: Interaction, client: Client) => {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return interaction;
|
return button.interaction(interaction, client);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Handle only buttons for now
|
// Handle only buttons for now
|
||||||
|
|
Loading…
Reference in a new issue