From 2dd59c2fa1ce202a892108258ae17e2c4d99cf02 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 14 Oct 2022 10:15:24 -0700 Subject: [PATCH] 12.7.15 map and move interaction handlers --- events/interactionCreate.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/events/interactionCreate.js b/events/interactionCreate.js index 6807e48..86cb2fc 100644 --- a/events/interactionCreate.js +++ b/events/interactionCreate.js @@ -1,5 +1,3 @@ -const { EmbedBuilder } = require("discord.js"); - module.exports = async (client, interaction) => { if (interaction.isCommand()) return; /*