Inbestigator
Inbestigator
Explore posts from servers
DDeno
Created by Inbestigator on 10/26/2024 in #help
Importing React causes linting issues
Current workaround is just to call React.version; (Obviously not a desirable solution)
2 replies
TTCTheo's Typesafe Cult
Created by Inbestigator on 8/9/2024 in #questions
tRPC fetch breaking when building Next project
Alternative way is to do export const dynamic = "force-dynamic"; as seen here
3 replies
TTCTheo's Typesafe Cult
Created by Inbestigator on 8/9/2024 in #questions
tRPC fetch breaking when building Next project
No description
3 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 1/1/2024 in #djs-questions
Select menus not being able to be handled
ty
5 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 1/1/2024 in #djs-questions
Select menus not being able to be handled
That was it, I coulda sworn I defined it
5 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 1/1/2024 in #djs-questions
Select menus not being able to be handled
Please ping
5 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/17/2023 in #djs-questions
Handle two buttons with one script
if anybody needs to know, I fixed it by intercepting the request in the interactionCreate script
4 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/17/2023 in #djs-questions
Handle two buttons with one script
Got it working
4 replies
DIAdiscord.js - Imagine an app
Created by NotUnknown on 12/16/2023 in #djs-questions
Why <role>.setColor(<color>) not working for hex code
try 0xHEX
3 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
or host on better hardware
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
so I guess I'll just have to live with it
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
and you can't defer sadge
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
ah
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
and gamesArray is just an array that's saved in the other file, it isn't being fetched each time
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
} else if (interaction.isAutocomplete()) {
const { commands } = client;
const { commandName } = interaction;
const command = commands.get(commandName);
if (!command) return;
try {
await command.autocomplete(interaction, client);
} catch (error) {
console.error(error);
}
}
} else if (interaction.isAutocomplete()) {
const { commands } = client;
const { commandName } = interaction;
const command = commands.get(commandName);
if (!command) return;
try {
await command.autocomplete(interaction, client);
} catch (error) {
console.error(error);
}
}
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
no
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
No description
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
No description
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
randomly it won't recognize the interaction
24 replies
DIAdiscord.js - Imagine an app
Created by Inbestigator on 12/3/2023 in #djs-questions
Dynamically update command choices without using autocomplete
No description
24 replies