WhacK
Explore posts from serversSIASapphire - Imagine a framework
•Created by WhacK on 12/1/2024 in #sapphire-support
string-store not finding identifiers other than first in Schema on deserialize typescript
Seemed to fix it thanks
8 replies
SIASapphire - Imagine a framework
•Created by WhacK on 12/1/2024 in #sapphire-support
string-store not finding identifiers other than first in Schema on deserialize typescript
Ok I'll try figuring that out. Thank you.
8 replies
SIASapphire - Imagine a framework
•Created by WhacK on 12/1/2024 in #sapphire-support
string-store not finding identifiers other than first in Schema on deserialize typescript
when I hover it shows everything there, and the logger statements show it properly deserialized in the console
8 replies
SIASapphire - Imagine a framework
•Created by WhacK on 12/1/2024 in #sapphire-support
string-store not finding identifiers other than first in Schema on deserialize typescript
8 replies
SIASapphire - Imagine a framework
•Created by FM on 11/6/2024 in #sapphire-support
how to pass variables from one interaction into the next?
This is a really cool package can’t wait to try it. Going to migrate my sapphire bot to incorporate it
52 replies
SIASapphire - Imagine a framework
•Created by WhacK on 7/22/2024 in #sapphire-support
manual task compiler error
That was it thanks again
15 replies
SIASapphire - Imagine a framework
•Created by WhacK on 7/22/2024 in #sapphire-support
manual task compiler error
I’ve been swamped at work but will try this thanks
15 replies
SIASapphire - Imagine a framework
•Created by WhacK on 7/22/2024 in #sapphire-support
manual task compiler error
I updated to this but it still doesn’t allow you to provide the payload. I just skipped the task and use TimerManager.setTimeout to do it without
15 replies
SIASapphire - Imagine a framework
•Created by WhacK on 7/22/2024 in #sapphire-support
manual task compiler error
15 replies
SIASapphire - Imagine a framework
•Created by WhacK on 7/22/2024 in #sapphire-support
manual task compiler error
I see the change now though it's in the comments below and is done through module declaration
15 replies
SIASapphire - Imagine a framework
•Created by WhacK on 7/22/2024 in #sapphire-support
manual task compiler error
this looks like it only takes the options or a number (delay I assume).
15 replies
SIASapphire - Imagine a framework
•Created by WhacK on 7/22/2024 in #sapphire-support
manual task compiler error
ok thank you I'll try that
15 replies
SIASapphire - Imagine a framework
•Created by WhacK on 7/22/2024 in #sapphire-support
manual task compiler error
15 replies
SIASapphire - Imagine a framework
•Created by WhacK on 7/22/2024 in #sapphire-support
manual task compiler error
15 replies
DIdiscord.js - Imagine ❄
•Created by WhacK on 3/7/2024 in #djs-questions
reply to message with channel webhook
It also accepts a MessagePayload so I thought it might be possible but I'll have to go back to copying the prior content and appending with markdown
10 replies
DIdiscord.js - Imagine ❄
•Created by WhacK on 3/7/2024 in #djs-questions
reply to message with channel webhook
10 replies
DIdiscord.js - Imagine ❄
•Created by WhacK on 3/7/2024 in #djs-questions
reply to message with channel webhook
[email protected] /Users/sr/Engrimoore/Beholder
└── [email protected]
-> % node -v
v18.18.2
10 replies
SIASapphire - Imagine a framework
•Created by ademondev on 2/14/2024 in #sapphire-support
How do interaction handlers pair up with commands
Sapphire uses the same instructions for slash command options as discordjs. This is the link in the sapphire docs
https://discordjs.guide/slash-commands/parsing-options.html#command-options
7 replies
SIASapphire - Imagine a framework
•Created by Slime on 2/13/2024 in #sapphire-support
Implement paginator , selection
I do something similar in my bot, I could not find a prebuilt class that handles that. Paginated Message would work but it’s not designed for that kind of functionality specifically so you’d have to override it.
I use interaction handlers to do it in mine and it works really well.
https://sapphirejs.dev/docs/Guide/interaction-handlers/what-are-they
7 replies
SIASapphire - Imagine a framework
•Created by imvsc on 12/12/2023 in #discordjs-support
Editing an ephemeral reply from an interaction handler
Read about button interactions and their methods
interaction.update
in particular.9 replies