sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
slashcommand wont appear
Command Modules
Can I create a simple get endpoint along with my sapphire app that's hosted wherever?
help needed
How to use preconditions properly?
Problem with extended SapphireClient
SapphireClient
to add some custom property. Here's all what I got already:
```ts
import { SapphireClient } from "@sapphire/framework";
import { container } from "@sapphire/pieces";
import type { ClientOptions } from "discord.js";...Sapphire stops working when deployed to Heroku
Custom slash commands registration
Sapphire "no such file or directory" error
@sentry/node
from ^7.114.0
to ^8.0.0
causes the following error in Sapphire on startup (not just for messageUpdate, for loads of other files as well):
```bash
Error when loading '/app/dist/listeners/messageUpdate.js': [Error: ENOENT: no such file or directory, open '/app/node_modules/@sapphire/framework/dist/esm/@sapphire/result'] {
errno: -2,
code: 'ENOENT',...trouble importing @sapphire/type
Error when loading '/Users/gww/bot/src/commands/Owner/eval.ts': error: Cannot find module "/Users/gww/bot/node_modules/@sapphire/type/prebuild/type-node-v115-darwin-arm64-unknown-unknown/type.node" from "/Users/gww/bot/node_modules/@sapphire/type/dist/esm/index.mjs"
Error when loading '/Users/gww/bot/src/commands/Owner/eval.ts': error: Cannot find module "/Users/gww/bot/node_modules/@sapphire/type/prebuild/type-node-v115-darwin-arm64-unknown-unknown/type.node" from "/Users/gww/bot/node_modules/@sapphire/type/dist/esm/index.mjs"
Autocomplete - option.match is not a function
Sapphire Scheduled Tasks | When do they launch after bot restarts?
messageRun commands
messageRun subcommands
they just not work for some reason? they work on messageRun
commands but not subcommands.
For example, i'm trying the precondition that comes with the template
```ts
export class OwnerOnlyPrecondition extends AllFlowsPrecondition {...sapphire new
and then make only 2 edits:
1. Fill in .env
2. Add preconditions: ['OwnerOnly']
to src/commands/General/command-with-subcommands.ts
then it does work...i18n only translate command description
How does ApplyOptions work
Autofill message textbox
Autocomplete TextInput
BulkOverwrite has stopped functioning