Naomi
DIAdiscord.js - Imagine an app
•Created by HK on 2/8/2025 in #djs-questions
Embed Field Emojis too long
AFAIK, no there is not. This is a limitation of how custom emoji are represented by Discord.
5 replies
DIAdiscord.js - Imagine an app
•Created by Hunter on 2/4/2025 in #djs-questions
Check if user has bot subscription
In what context? If it's an interaction, you have
<BaseInteraction>#entitlements
for the user that runs the command.7 replies
DIAdiscord.js - Imagine an app
•Created by Legacy on 2/3/2025 in #djs-questions
HOW DOES THIS STATUS THING WORK?
Pretty sure that happens for HTTP bots that receive interactions via web requests and don't connect to the gateway.
4 replies
DIAdiscord.js - Imagine an app
•Created by ChainsawXIV on 1/16/2025 in #djs-questions
messageCreate isn't firing
You can use the URL generator in the dev portal to create an invite link with the necessary scopes.
25 replies
DIAdiscord.js - Imagine an app
•Created by SowerofSystems on 5/25/2024 in #djs-questions
Error when trying to upload global slash commands
global = true
is overwriting the global
object. That's gonna break so many things.
If you're trying to pass true
as the argument, runBot(true)
.5 replies