potsu
Explore posts from serversVVALORANT
•Created by potsu on 9/18/2024 in #community-help
if i use this wall is this bannable?
4 replies
VVALORANT
•Created by potsu on 8/7/2024 in #community-help
night market
does night market come out of nowhere or do they announce a date?
7 replies
DIAdiscord.js - Imagine a bot
•Created by potsu on 4/8/2024 in #djs-questions
how to handle "unknown interaction" error
if the "unknown interaction" error occurs, should i try to reply to the interaction again or wut?
i think the error occurs when the user is lagging
10 replies
DIAdiscord.js - Imagine a bot
•Created by potsu on 2/23/2024 in #djs-questions
is accessing the message object from interaction response possible?
apparently "message" doesn't exist on
SentResponse
. So how do I get the message object of the reply or is it not possible?7 replies
VVALORANT
•Created by potsu on 3/28/2023 in #community-help
valorant blackscreen and crashes whenever i click something in game
2 replies
DIAdiscord.js - Imagine a bot
•Created by potsu on 11/14/2022 in #djs-questions
error message does not tell me the error
@Domain.ts
at line 250
i logged the array i pass into .setFields
logged result: https://pastebin.com/9ymjsc78
i am assuming the
field exceeds the length for embed fields but i wish the error could've done its job and actually told me the error2 replies
DIAdiscord.js - Imagine a bot
•Created by potsu on 11/13/2022 in #djs-questions
how to fetch an array of users using an array of user ids? (from user manager not guild member)
is it not possible
18 replies
DIAdiscord.js - Imagine a bot
•Created by potsu on 10/23/2022 in #djs-questions
why set event return type to void instead of any?
typescript error (simplified):
i didnt use typescript before djs v14 but why not set the type to
Promise<any>
? is there a specific reason18 replies