interactionCreate listeners, I figured a "hacky" workaround would be to use client.emit('interactionCreate', interaction) with interaction being the APIInteraction data. Obviously this doesn't work though as the gateway event in DJS expects Interaction<CacheType>.