treble/luna
DIAdiscord.js - Imagine an app
•Created by 🌐 | Code Forge on 11/19/2024 in #djs-questions
setNameLocalizations
its still not a djs issue, also the command id should not differ for localised commands
8 replies
DIAdiscord.js - Imagine an app
•Created by 🌐 | Code Forge on 11/19/2024 in #djs-questions
setNameLocalizations
do you mean mentioning it? If so, nothing djs can do about that
8 replies
DIAdiscord.js - Imagine an app
•Created by 🌐 | Code Forge on 11/19/2024 in #djs-questions
setNameLocalizations
wdym clickable?
8 replies
DIAdiscord.js - Imagine an app
•Created by chicken man on 11/17/2024 in #djs-questions
message event not working
You simply select the bot scope in the dev portal when generating an invite link
9 replies
DIAdiscord.js - Imagine an app
•Created by chicken man on 11/17/2024 in #djs-questions
message event not working
No
9 replies
DIAdiscord.js - Imagine an app
•Created by eveeifyeve on 11/16/2024 in #djs-questions
TS Bot Handlers not running with correct envs
If you are doing async stuff inside it, tes, but this is basic js
44 replies
DIAdiscord.js - Imagine an app
•Created by cats on 11/16/2024 in #djs-questions
can't set role to user (user.roles.add is not a function)
When you added the bot to your server
12 replies
DIAdiscord.js - Imagine an app
•Created by cats on 11/16/2024 in #djs-questions
can't set role to user (user.roles.add is not a function)
Is your app a user installed app? If not, is it added with the bot scope
12 replies
DIAdiscord.js - Imagine an app
•Created by cats on 11/16/2024 in #djs-questions
can't set role to user (user.roles.add is not a function)
By having the Guilds intent
12 replies
DIAdiscord.js - Imagine an app
•Created by cats on 11/16/2024 in #djs-questions
can't set role to user (user.roles.add is not a function)
log user, and consider properly naming your variables, a user isnt a member
12 replies
DIAdiscord.js - Imagine an app
•Created by LukeZ on 11/14/2024 in #djs-questions
How to handle unhandled rejections?
You're gonna have to find a way, or live with your curremt issue
36 replies
DIAdiscord.js - Imagine an app
•Created by LukeZ on 11/14/2024 in #djs-questions
How to handle unhandled rejections?
Catch them properly, either by try catch or just chaining a .catch to your promises
36 replies
DIAdiscord.js - Imagine an app
•Created by LuisTTV on 11/14/2024 in #djs-questions
client is undefined error
Show it
36 replies
DIAdiscord.js - Imagine an app
•Created by LuisTTV on 11/14/2024 in #djs-questions
client is undefined error
I also dont see you passing client anywhere, those 2 functions are not related
36 replies
DIAdiscord.js - Imagine an app
•Created by LuisTTV on 11/14/2024 in #djs-questions
client is undefined error
And did you specify them in your client constructor
36 replies
DIAdiscord.js - Imagine an app
•Created by The Hexadecimal System on 11/12/2024 in #djs-questions
Cron Job doing what it wants
Not djs related, #other-js-ts
6 replies
DIAdiscord.js - Imagine an app
•Created by technyk on 11/11/2024 in #djs-questions
Interaction has already been acknowledged
you can indeed also use a .then
18 replies
DIAdiscord.js - Imagine an app
•Created by technyk on 11/11/2024 in #djs-questions
Interaction has already been acknowledged
or store the result and do an instanceof check later
18 replies
DIAdiscord.js - Imagine an app
•Created by technyk on 11/11/2024 in #djs-questions
Interaction has already been acknowledged
use await
18 replies
DIAdiscord.js - Imagine an app
•Created by technyk on 11/11/2024 in #djs-questions
Interaction has already been acknowledged
so your code will still progress
18 replies