fix(interaction/create): now importing the emoji to interaction for compiling
This commit is contained in:
parent
743b6eb266
commit
af1cd959a4
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { Events, MessageFlags } from 'discord.js'
|
||||
import emoji from '../../../assets/emoji.json' assert { type: "json" };
|
||||
|
||||
export default {
|
||||
name: Events.InteractionCreate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue