#discord.js V14
1 messages · Page 1 of 1 (latest)
no that's what your code is doing
show me where you're initializing your event
in ineractionCreate
yes
no like the top of the file, where client.on('interactionCreate', () => {}); or your function is
module .exports
Client#on('interactionCreate', async(interaction) => {
if(interaction.isContextMenu()) {
}
});
it should be something like this
it is really looking like you should learn basic js first; check #resources
yeah, #resources; gotta learn basic js first
it work now
pain
maybe the formatting is just offputting my reading; idk
ok