#Basic question bout my code:
5 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
your filter is incorrect if I understand what you are trying to do correctly
the {} block within the event.remove() method is a filter for what to remove
you are currently filtering by input, but if you want to filter for recipe id's, you need to use id instead
[].forEach(recipeID => event.remove({id: recipeID}));