Булочка | pasha_boez
Булочка | pasha_boez
DIAdiscord.js - Imagine an app
Created by bringupyourpost on 4/27/2025 in #djs-questions
how do i check if a user is an admin
Do you import PermissionFlagsBits?
9 replies
DIAdiscord.js - Imagine an app
Created by bringupyourpost on 4/27/2025 in #djs-questions
how do i check if a user is an admin
It's better. But i can't understand if your case not working
9 replies
DIAdiscord.js - Imagine an app
Created by Blazing on 4/16/2025 in #djs-questions
How to reset select menu placeholder after an option is selected
Update message w/o updates. For example: <MessageComponentInteraction>.update({}) or <Message>.edit({})
6 replies
DIAdiscord.js - Imagine an app
Created by Thiago - Csync on 4/13/2025 in #djs-questions
Problem getting null image
I have already tried to do the calculation, but I was unsuccessful, the result returns 3 for example, when the image is 5.
Do you try calculateUserDefaultAvatarIndex function?
18 replies
DIAdiscord.js - Imagine an app
Created by Булочка | pasha_boez on 3/1/2025 in #djs-questions
install error
Ok, thanks
7 replies
DIAdiscord.js - Imagine an app
Created by Булочка | pasha_boez on 3/1/2025 in #djs-questions
install error
With no changes on it
7 replies
DIAdiscord.js - Imagine an app
Created by Булочка | pasha_boez on 3/1/2025 in #djs-questions
install error
Fork
7 replies
DIAdiscord.js - Imagine an app
Created by Булочка | pasha_boez on 3/1/2025 in #djs-questions
install error
Contribute
7 replies
DIAdiscord.js - Imagine an app
Created by Булочка | pasha_boez on 3/1/2025 in #djs-questions
install error
Tried other versions of node, npm and pnpm
7 replies
DIAdiscord.js - Imagine an app
Created by RLodka on 11/29/2024 in #djs-questions
Role mention
Maybe you right. I haven't encountered this before
18 replies
DIAdiscord.js - Imagine an app
Created by RLodka on 11/29/2024 in #djs-questions
Role mention
No description
18 replies
DIAdiscord.js - Imagine an app
Created by RLodka on 11/29/2024 in #djs-questions
Role mention
👍
18 replies
DIAdiscord.js - Imagine an app
Created by RLodka on 11/29/2024 in #djs-questions
Role mention
#rules 2 Can you send how you define your d.js client? new Client(...
18 replies
DIAdiscord.js - Imagine an app
Created by RLodka on 11/29/2024 in #djs-questions
Role mention
<@&${roleId}>
18 replies
DIAdiscord.js - Imagine an app
Created by RLodka on 11/29/2024 in #djs-questions
Role mention
Hey. You forgot &
18 replies
DIAdiscord.js - Imagine an app
Created by Romain33 on 10/4/2024 in #djs-questions
ChannelSelectMenu
Can you send row, when you imports ChannelType?
11 replies
DIAdiscord.js - Imagine an app
Created by ntb896 on 7/11/2024 in #djs-questions
Avoid commands being sent at the same time
I think the best option would be to create a queue in another file like utils.js and work with them only in the required commands by adding the request to the queue before requesting the file and deleting after request is over.
22 replies
DIAdiscord.js - Imagine an app
Created by ntb896 on 7/11/2024 in #djs-questions
Avoid commands being sent at the same time
@ntb896
22 replies
DIAdiscord.js - Imagine an app
Created by ntb896 on 7/11/2024 in #djs-questions
Avoid commands being sent at the same time
Check for queue length and stop unwanted executions
22 replies
DIAdiscord.js - Imagine an app
Created by ntb896 on 7/11/2024 in #djs-questions
Avoid commands being sent at the same time
Hey. You can use queue packages like "promise-queue" or "@sapphire/async-queue"
22 replies