WhacK
Explore posts from serversSIASapphire - Imagine a Framework
•Created by iAN on 3/31/2025 in #sapphire-support
Property 'utilities' does not exist in type 'Container'
6 replies
SIASapphire - Imagine a Framework
•Created by iAN on 3/31/2025 in #sapphire-support
Property 'utilities' does not exist in type 'Container'
I get that error when I forget to tell TS that I’ve changed the structure. The instructions are in the guide
6 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
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 L V N A C Y 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
DIAdiscord.js - Imagine an app
•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
DIAdiscord.js - Imagine an app
•Created by WhacK on 3/7/2024 in #djs-questions
reply to message with channel webhook

10 replies
DIAdiscord.js - Imagine an app
•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