Glaze
Glaze
DIAdiscord.js - Imagine an app
Created by Skaidus on 4/1/2025 in #djs-questions
Discord SKU ID errors
Seems to be fixed, and confirmed this to be an API issue. Will have this marked as resolved 👍
14 replies
DIAdiscord.js - Imagine an app
Created by Skaidus on 4/1/2025 in #djs-questions
Discord SKU ID errors
yeah. was making an april first feature and instead i got trolled all day.
14 replies
DIAdiscord.js - Imagine an app
Created by Skaidus on 4/1/2025 in #djs-questions
Discord SKU ID errors
14 replies
DIAdiscord.js - Imagine an app
Created by Skaidus on 4/1/2025 in #djs-questions
Discord SKU ID errors
oh i see you edited in the link
14 replies
DIAdiscord.js - Imagine an app
Created by Skaidus on 4/1/2025 in #djs-questions
Discord SKU ID errors
On the api discord or djs?
14 replies
DIAdiscord.js - Imagine an app
Created by Skaidus on 4/1/2025 in #djs-questions
Discord SKU ID errors
This issue seems to happen when deferring a command that is replying with premium buttons. For people in a similar situation, someone made this <#1356518883388948510> thread in the ddevs. Not sure if this is an API issue or a D.JS bug.
14 replies
DIAdiscord.js - Imagine an app
Created by Skaidus on 4/1/2025 in #djs-questions
Discord SKU ID errors
Can replicate this issue running the same code on a different bot account with different SKUs
14 replies
DIAdiscord.js - Imagine an app
Created by Skaidus on 4/1/2025 in #djs-questions
Discord SKU ID errors
idk if reposting like this is even allowed but we'll see. it's a repost of https://canary.discord.com/channels/222078108977594368/824411059443204127/1356522773077557359
14 replies
DIAdiscord.js - Imagine an app
Created by Skaidus on 4/1/2025 in #djs-questions
Discord SKU ID errors
LOL thanks for reposting skaidus 😭 could have just asked me to repost it here though
14 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
oh the intent 😭 😭 😭 why didnt i think of that
55 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
then its just not running that code it seems
55 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
makes me think its not even reaching the logging point. strange
55 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
what happens if you replace
if (message.channel.type === ChannelType.DM) {
if (message.channel.type === ChannelType.DM) {
with
if (!message.guild) {
if (!message.guild) {
55 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
also can you try logging just message for dm messages? curious if that logs anything. since it doesnt error on message.channel.type, that would mean message and message.channel are defined
55 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
in case its a bug or something w/ djs
55 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
You could try updating to latest 14.17.3. couldn't hurt.
55 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
55 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
it doesnt log anything? did you put the console log outside the if statement?
55 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
can you console.log(message.channel.type)?
55 replies
DIAdiscord.js - Imagine an app
Created by Galactic on 1/18/2025 in #djs-questions
dms not registering as a dm
does your client.handleDM event fire at all? if you log outside your if statement do you get anything?
55 replies