Xge
DIAdiscord.js - Imagine an app
•Created by Xge on 6/20/2024 in #djs-questions
Can't upload emojis: TypeError: terminated
Hi, thank you so much for this tip! Even with Node.js, I still had this issue. I now switched from Node.js v18 to v20 and the issue is gone. Thanks again!
4 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 5/15/2024 in #djs-questions
"No description" error when sending message
That looks promising, thanks. Will try later
7 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 5/15/2024 in #djs-questions
"No description" error when sending message
channel.send
. I can't tell you the exact message because it was created by a random user7 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 4/10/2024 in #djs-questions
408 Request Timeout when sending messages
I'll increase it to 30 seconds for now, thanks
6 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 10/30/2023 in #djs-questions
Invalid bitfield in audit log channel permissions event
Alright, thank you very much
6 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 10/30/2023 in #djs-questions
Invalid bitfield in audit log channel permissions event
6 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/22/2023 in #djs-questions
Get ApplicationCommand API data
Unable to test it right now, but I believe it would work now. Thank you for your time on this
7 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/22/2023 in #djs-questions
Get ApplicationCommand API data
I am using .edit() when only a single command needs to be updated. But I'd like to make as few requests as possible when having to update 10 commands per guild
7 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/22/2023 in #djs-questions
Get ApplicationCommand API data
Yeah I guess that was the issue.
7 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/22/2023 in #djs-questions
Get ApplicationCommand API data
Oh. One description has 0 characters..
7 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/22/2023 in #djs-questions
Get ApplicationCommand API data
From
guild.commands.fetch()
. I want to update the options of a few commands in a guild using
but I get this error when doing so, even though all descriptions are <70 characters:
7 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/1/2023 in #djs-questions
Webhook rate limit
Alright, thanks! I did for v13 because stuff was not implemented as fast as I needed it, but I switched to v14 today and don't have anything modified as of now.
18 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/1/2023 in #djs-questions
Webhook rate limit
Do I use this channel to ask my question about my weird webhook rate limit issue in there, should it happen again?
18 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/1/2023 in #djs-questions
Webhook rate limit
Oh great, thank you.
18 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/1/2023 in #djs-questions
Webhook rate limit
Yup, I don't know why my bot was on big bot sharding before 150k. Why do you ask though?
18 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/1/2023 in #djs-questions
Webhook rate limit
My bot is since it is in about 140k guilds, yeah
18 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/1/2023 in #djs-questions
Webhook rate limit
Hi again, thank you for saying that I should update to v14. It took a while to migrate everything but it is so much better now. My bot now starts within 2 minutes instead of 45 minutes. Code is much easier to read now as well. I am unsure if this fixed the webhook issue, I'll let you know if I have further issues. For now, all I can say is thank you.
18 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/1/2023 in #djs-questions
Webhook rate limit
I'll definitely not be yelling haha, it is my fault that I have not updated to the latest version and I for sure will update over night if there's something happening that makes v13 unusable.
I guess there is no solution to my issue right now other than updating to v14 or sending webhooks no longer through djs? If that's the case, I'll take a look at your migration guide to see again how easy it is to switch to v14. Thanks for the help so far.
18 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 9/1/2023 in #djs-questions
Webhook rate limit
Thanks for the reply. That would take me longer than just writing a custom webhook rate limiter myself, especially because I have am using a self modified version of v13. As long as v13 is some how supported, I'd like to use it. So you think that this is a v13 bug?
18 replies
DIAdiscord.js - Imagine an app
•Created by Xge on 12/16/2022 in #djs-questions
Resume gateway session after full restart
I may add I want to do this with a single shard
5 replies