glitchdetected1
glitchdetected1
Explore posts from servers
HHomarr
Created by glitchdetected1 on 3/6/2025 in #💬・get-help
a client-side exception has occurred
when i go to port 7575 (homarr), it sends a failed to connect to websocket and "a client-side exception has occurred " on the webpage
29 replies
CDCloudflare Developers
Created by glitchdetected1 on 1/12/2025 in #general-help
nodejs version incompatible cloudflare pages cli
nodejs version incompatible cloudflare pages cli
14 replies
CDCloudflare Developers
Created by glitchdetected1 on 1/12/2025 in #general-help
how do i connect my pages project to my github repo for auto deployment
how do i connect my pages project to my github repo for auto deployment
4 replies
DIAdiscord.js - Imagine an app
Created by glitchdetected1 on 1/2/2025 in #djs-questions
Object literal may only specify known properties, and 'dynamic' does not exist in type 'ImageURLOpti
.setThumbnail(user.displayAvatarURL({ size: 1024, dynamic: true }))
.setThumbnail(user.displayAvatarURL({ size: 1024, dynamic: true }))
8 replies
DIAdiscord.js - Imagine an app
Created by glitchdetected1 on 1/2/2025 in #djs-questions
Property 'getUser' does not exist on type 'Omit<CommandInteractionOptionResolver<CacheType>
Property 'getUser' does not exist on type 'Omit<CommandInteractionOptionResolver<CacheType>, "getMessage" | "getFocused" | "getMentionable" | "getRole" | "getUser" | "getMember" | ... 7 more ... | "getSubcommand">'.
6 replies
DIAdiscord.js - Imagine an app
Created by glitchdetected1 on 7/22/2023 in #djs-questions
how to create a simple /modal form command
The /modal command code structure should look something like this
module.exports = {
name: 'ping',
description: 'Pong!',

callback: (client, interaction) => {
interaction.reply(`Pong! 🏓🏓🏓 My ping is ${client.ws.ping}ms`);
},
};
module.exports = {
name: 'ping',
description: 'Pong!',

callback: (client, interaction) => {
interaction.reply(`Pong! 🏓🏓🏓 My ping is ${client.ws.ping}ms`);
},
};
2 replies
DIAdiscord.js - Imagine an app
Created by glitchdetected1 on 7/4/2023 in #djs-questions
TypeError: require(...).config is not a function
this error comes up when I do npm run test. I searched all over my files and codes and I don't get why I am getting this error.
9 replies
DIAdiscord.js - Imagine an app
Created by glitchdetected1 on 7/2/2023 in #djs-questions
ReferenceError: interaction is not defined
DiscordAPIError: Invalid Form Body error when i load my slash commands into my discord bot
56 replies
DIAdiscord.js - Imagine an app
Created by glitchdetected1 on 6/30/2023 in #djs-questions
"BitFieldInvalid" error
I keep getting the "BitFieldInvalid" error. It says throw new DiscordjsRangeError(ErrorCodes.BitFieldInvalid, bit); ^ RangeError [BitFieldInvalid]: Invalid bitfield flag or number: GUILDS.
13 replies