sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Hyperfire - I'm having an issue trying to make a c...
Lioness100 - Does `LazyPaginatedMessage` automatic...
LazyPaginatedMessage
automatically cache embed pages or is that something the user has to do themselfBigBrainAFK - So i need to use the V4 PR builds of...
BlueSky - Just for verification, we are allowed to...
Feralheart - Is the `command.enabled` works togeth...
command.enabled
works together with slashies?Frozn - whenever i try to run my bot i keep gettin...
jeelzzz - is there any way to export multiple thi...
command
and it'll let me export other stuff without breakingMcDefault - Hello y'all Im trying to follow the c...
isMessageInstance(msg)
Type not assignable
https://www.sapphirejs.dev/docs/Guide/getting-started/creating-a-basic-app-command
```js
import { isMessageInstance } from '@sapphire/discord.js-utilities';
import { ChatInputCommand, Command } from "@sapphire/framework";...WhacK - I upgraded my existing sapphire bot to typ...
Ararou - Is this smth fixable? It's never done thi...
ShirayukiHaruka - **[Sapphire Logging]**Hello! I'...
winston
as my logger and to make my log consistent, I'd like to use my logger instance to log sapphire's one.
I've read the source code and kinda have some speculation.
- SapphireClient uses ClientLoggerOptions
to define the logger
field when constructing the client....Ben855 - I can't seem to get slash subcommands wor...
RVX - new to coding here. (very new) how do i un...
BigBrainAFK - So how does one interact with Forum ...
Slinky - Hello, I just started using the framework...
this.container.stores.get('preconditions').get('Cooldown').buckets.get('command').set(userId, 0);
but buckets no longer seems accessible, if someone could point me in the right direction, that'd be fantastic. Thanks. 🙂Hyperfire - How would i ago about adding custom fi...