feat: Reminders #44

Merged
Anri merged 54 commits from feat/reminders into main 2023-01-17 12:15:15 +01:00
Showing only changes of commit 159d3b1528 - Show all commits

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