hiarcs
hiarcs
DIAdiscord.js - Imagine an app
Created by hiarcs on 10/9/2024 in #djs-questions
TypeError [ERR_INVALID_ARG_TYPE]: The "stream" argument must be an instance of Stream.
resolved, for anyone searching int he future it was this, needed to update node version https://github.com/nodejs/undici/issues/3123
3 replies
DIAdiscord.js - Imagine an app
Created by hiarcs on 10/22/2022 in #djs-questions
How to create an attachment without using AttachmentBuilder?
seems like i can only reference strings in the local scope inside the function i pass to broadcastEval
4 replies
DIAdiscord.js - Imagine an app
Created by hiarcs on 10/22/2022 in #djs-questions
How to create an attachment without using AttachmentBuilder?
Error [ReferenceError]: discord_js_1 is not defined
at eval (eval at _eval (/home/christopher/Code/dice-witch/node_modules/discord.js/src/client/Client.js:470:12), <anonymous>:8:36)
at eval (eval at _eval (/home/christopher/Code/dice-witch/node_modules/discord.js/src/client/Client.js:470:12), <anonymous>:28:7)
at Client._eval (/home/christopher/Code/dice-witch/node_modules/discord.js/src/client/Client.js:470:12)
at ShardClientUtil._handleMessage (/home/christopher/Code/dice-witch/node_modules/discord.js/src/sharding/ShardClientUtil.js:195:82)
at process.emit (node:events:525:35)
at emit (node:internal/child_process:946:14)
at processTicksAndRejections (node:internal/process/task_queues:84:21)
Error [ReferenceError]: discord_js_1 is not defined
at eval (eval at _eval (/home/christopher/Code/dice-witch/node_modules/discord.js/src/client/Client.js:470:12), <anonymous>:8:36)
at eval (eval at _eval (/home/christopher/Code/dice-witch/node_modules/discord.js/src/client/Client.js:470:12), <anonymous>:28:7)
at Client._eval (/home/christopher/Code/dice-witch/node_modules/discord.js/src/client/Client.js:470:12)
at ShardClientUtil._handleMessage (/home/christopher/Code/dice-witch/node_modules/discord.js/src/sharding/ShardClientUtil.js:195:82)
at process.emit (node:events:525:35)
at emit (node:internal/child_process:946:14)
at processTicksAndRejections (node:internal/process/task_queues:84:21)
4 replies