Some error that I do not understand

I have a code and it has a few problems. Even if it is not the console saying it, but you see something bad in it, tell me.
The console error is:
Unexpected error: TypeError: (intermediate value).setTitle(...).setDescription(...).addField is not a function
at askQuestion (D:\atermibot\index.js:130:26)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async askQuestion (D:\atermibot\index.js:113:21)
at async askQuestion (D:\atermibot\index.js:113:21)
at async askQuestion (D:\atermibot\index.js:113:21)
at async askQuestion (D:\atermibot\index.js:113:21)
at async Client.<anonymous> (D:\atermibot\index.js:142:9)

And the code is: https://sourceb.in/ot4siSAXRQ
Was this page helpful?