fix button interaction

This commit is contained in:
Mylloon 2023-01-16 10:43:49 +01:00
parent eb741f409a
commit 159d3b1528
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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