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 641b559c9b - Show all commits

View file

@ -40,6 +40,4 @@ export const quit = (client: Client) => {
// Close client // Close client
client.destroy(); client.destroy();
console.log('ciao!');
}; };