fix(interaction/create): now importing the emoji to interaction for compiling

This commit is contained in:
Raphael 2025-08-16 22:15:07 +02:00
parent 743b6eb266
commit af1cd959a4

View file

@ -1,4 +1,5 @@
import { Events, MessageFlags } from 'discord.js' import { Events, MessageFlags } from 'discord.js'
import emoji from '../../../assets/emoji.json' assert { type: "json" };
export default { export default {
name: Events.InteractionCreate, name: Events.InteractionCreate,