Importing embed and message variables from another file.
Hi, i am trying to make a button that never expire, so im using the method of doing and even handler inside client.on in index.js
The issue is that the button edits an embed message from a command reply.
When i try to export the embed variable from the command file and do embed.spliceFields(), i get this error :
This is how i imported the embed :
The two "undefined" at the start of the error message are from :
So i assume the error is from how I import my variables... Could you help me please ?
Feel free to ping me.
Tell me if you need to see some code, and what part you need.
The issue is that the button edits an embed message from a command reply.
When i try to export the embed variable from the command file and do embed.spliceFields(), i get this error :
This is how i imported the embed :
The two "undefined" at the start of the error message are from :
So i assume the error is from how I import my variables... Could you help me please ?
Feel free to ping me.
Tell me if you need to see some code, and what part you need.
