monbrey
monbrey
DIdiscord.js - Imagine ❄
Created by Goofert on 1/2/2025 in #djs-questions
Editing an embed
Not a feature / they lied and are deleting and resending it
10 replies
DIdiscord.js - Imagine ❄
Created by HenkieThee on 1/3/2025 in #djs-questions
Slash command limit
per guild
16 replies
DIdiscord.js - Imagine ❄
Created by Whimsy on 1/1/2025 in #djs-questions
presenceUpdate not emitting
unless your presence cache is also 0?
23 replies
DIdiscord.js - Imagine ❄
Created by Whimsy on 1/1/2025 in #djs-questions
presenceUpdate not emitting
nah I agree, thats what partials are intended for
23 replies
DIdiscord.js - Imagine ❄
Created by Whimsy on 1/1/2025 in #djs-questions
presenceUpdate not emitting
hmm, Im not sure
23 replies
DIdiscord.js - Imagine ❄
Created by Whimsy on 1/1/2025 in #djs-questions
presenceUpdate not emitting
Partial user too?
23 replies
DIdiscord.js - Imagine ❄
Created by Whimsy on 1/1/2025 in #djs-questions
presenceUpdate not emitting
You likely will want to enable partials for GuildMember so that events can emit for uncached entities
23 replies
DIdiscord.js - Imagine ❄
Created by jaeywick on 12/23/2024 in #djs-questions
bot not sending email
Sending emails is not discord.js functionality, even if you had bothered to share any code that could help us diagnose your issue. #other-js-ts
4 replies
DIdiscord.js - Imagine ❄
Created by jaeywick on 12/23/2024 in #djs-questions
bot not sending email
How could we POSSIBLY know that?
4 replies
DIdiscord.js - Imagine ❄
Created by Sliver on 12/23/2024 in #djs-questions
Issue
Its a host issue, not one we can help you fix in djs
5 replies
DIdiscord.js - Imagine ❄
Created by BestSpark687090 on 12/22/2024 in #djs-questions
How do you add commands to user-installed apps?
Neither of those changes should be necessary
4 replies
DIdiscord.js - Imagine ❄
Created by rockers6879 on 12/22/2024 in #djs-questions
Having issues.
Well he won't be here anymore lol
112 replies
DIdiscord.js - Imagine ❄
Created by tsu on 12/21/2024 in #djs-questions
Is it recommended to use djs to code a bot in 200k+ servers
djs is fine. Its more cache-heavy than some other wrappers but all of that is customisable
5 replies
DIdiscord.js - Imagine ❄
Created by RLodka on 12/15/2024 in #djs-questions
How to import embeds from 1 file into 2 without creating embed in 2 file?
Do not overwrite it. It's a variable like any other, you can't make it = things multiple times and expect it to merge itself
40 replies
DIdiscord.js - Imagine ❄
Created by RLodka on 12/15/2024 in #djs-questions
How to import embeds from 1 file into 2 without creating embed in 2 file?
Just define module.exports once, with an object containing everything you want to export
40 replies
DIdiscord.js - Imagine ❄
Created by RLodka on 12/15/2024 in #djs-questions
How to import embeds from 1 file into 2 without creating embed in 2 file?
Do you know how to write an object?
40 replies