Looped
Looped
DIAdiscord.js - Imagine an app
Created by Digital on 10/21/2023 in #djs-questions
No Description - 408 errors
The error is showing the array(s) properly but shows content as '' (empty string) so I recommend checking how you handle the {pingRole}
20 replies
DIAdiscord.js - Imagine an app
Created by RED_BULL_CHAMPION on 10/21/2023 in #djs-questions
help with makeing a bot
There are multiple known resources and courses online that can help you get a basic understanding of the JavaScript language, which you'd need a basic understanding of to use Discord.JS properly. Although I do not recommend watching youtube videos for that as you'll be dependent on those videos rather than use your own knowledge. #resources is a good starting point for you.
27 replies
DIAdiscord.js - Imagine an app
Created by Maxi130 on 10/9/2023 in #djs-questions
How do I properly use a built in emoji?
As I've said, it's related to the discord font, and unless you use a plugin it will be displayed like that globally.
8 replies
DIAdiscord.js - Imagine an app
Created by Maxi130 on 10/9/2023 in #djs-questions
How do I properly use a built in emoji?
That's just how the discord font displays the emoji and there is no fix for that.
8 replies
DIAdiscord.js - Imagine an app
Created by Ypsilon on 10/7/2023 in #djs-questions
Embed Thumbnail not showing
I mean the screenshot above displays it 🤷‍♂️ Anyways @Ypsilon try reuploading it to imgur as it doesn't seem to exist
9 replies
DIAdiscord.js - Imagine an app
Created by Ypsilon on 10/7/2023 in #djs-questions
Embed Thumbnail not showing
No idea whats causing it not to appear for ya
9 replies
DIAdiscord.js - Imagine an app
Created by Ypsilon on 10/7/2023 in #djs-questions
Embed Thumbnail not showing
No description
9 replies
DIAdiscord.js - Imagine an app
Created by Ypsilon on 10/7/2023 in #djs-questions
Embed Thumbnail not showing
It does exist, paste that link on your browser
9 replies
DIAdiscord.js - Imagine an app
Created by Ender Yee'kkay on 10/8/2023 in #djs-questions
Very slow working code
Well, have you tried awaiting the deferUpdate? If that doesn't work then I dont believe this issue is related to d.js
30 replies
DIAdiscord.js - Imagine an app
Created by Ender Yee'kkay on 10/8/2023 in #djs-questions
Very slow working code
and do as Qjuh said by awaiting the deferUpdate
30 replies
DIAdiscord.js - Imagine an app
Created by Ender Yee'kkay on 10/8/2023 in #djs-questions
Very slow working code
Then try editReply or check if its a network problem since the runtimes are different.
30 replies
DIAdiscord.js - Imagine an app
Created by Matthewsr71 on 10/2/2023 in #djs-questions
How do I start making a code?
I recommend checking https://discordjs.guide/#before-you-begin for basics, and/or watch youtube tutorials (not recommended, tutorial hell is bad)
22 replies
DIAdiscord.js - Imagine an app
Created by Matthewsr71 on 10/2/2023 in #djs-questions
How do I start making a code?
Freecodecamp gives a basic idea of how JS works, which should make this easier, but you will still need to know about Discord.JS to begin your journey.
22 replies
DIAdiscord.js - Imagine an app
Created by Dik522 on 10/4/2023 in #djs-questions
Error while trying to make command register
Great 👍
13 replies
DIAdiscord.js - Imagine an app
Created by Dik522 on 10/4/2023 in #djs-questions
Error while trying to make command register
This error occurs WHILE registering the comamnds to the API so the above log should work, but wont register the command for you.
13 replies
DIAdiscord.js - Imagine an app
Created by Matthewsr71 on 10/2/2023 in #djs-questions
How do I start making a code?
freecodecamp is for the javascript language rather than the Discord.JS module
22 replies
DIAdiscord.js - Imagine an app
Created by Dik522 on 10/4/2023 in #djs-questions
Error while trying to make command register
Make the command name from "Hey" to "hey", they can not contain capitalized letters
13 replies