Nilla
Nilla
DIAdiscord.js - Imagine an app
Created by Nilla on 9/2/2024 in #djs-questions
How do I send a premium button?
I solved it!
11 replies
DIAdiscord.js - Imagine an app
Created by Nilla on 9/2/2024 in #djs-questions
How do I send a premium button?
const { ButtonBuilder } = require('discord.js')
const { ButtonBuilder } = require('discord.js')
I import it like this
11 replies
DIAdiscord.js - Imagine an app
Created by Nilla on 9/2/2024 in #djs-questions
How do I send a premium button?
Error: Expected the value to be one of the following enum values:
Error: Expected the value to be one of the following enum values:
11 replies
DIAdiscord.js - Imagine an app
Created by Nilla on 9/2/2024 in #djs-questions
How do I send a premium button?
I also get this error
11 replies
DIAdiscord.js - Imagine an app
Created by Nilla on 7/6/2024 in #djs-questions
bot mobile online status
const {
DefaultWebSocketManagerOptions: {
identifyProperties
}
} = require("@discordjs/ws");

identifyProperties.browser = "Discord Android"; // or "Discord iOS"
const {
DefaultWebSocketManagerOptions: {
identifyProperties
}
} = require("@discordjs/ws");

identifyProperties.browser = "Discord Android"; // or "Discord iOS"
I used this code and it worked
6 replies
DIAdiscord.js - Imagine an app
Created by Nilla on 2/25/2024 in #djs-questions
Bot Custom RP
Oh, I see. Thank you.
4 replies
DIAdiscord.js - Imagine an app
Created by Nilla on 1/18/2024 in #djs-voice
example.mp3 Audio doesn't play
Solved! :)
4 replies