sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Is it possible to dev Offline ?
Converters
InteractionHandler
Command Handler
CommandStores not showing commands in order
this.container.stores.get("commands").sort((a, b) => a.name.localeCompare(b.name))
this.container.stores.get("commands").sort((a, b) => a.name.localeCompare(b.name))
Unable to resolve signature of class decorator when called as an expression.
The runtime will invoke the decorator with 2 arguments, but the decorator expects 1.
is there any workaround for this ?...Type safe Slash Commands Options ?
correct way of formatting the bot's uptime
formatter.format(this.container.client.uptime * 1000);
formatter.format(this.container.client.uptime * 1000);
ExpectedValidationError from EmbedBuilder().setTimestamp(variable)
classInstance.createdAt
is a stringPaginatedMessage, Actions
Issue with Sapphire Update
Subcommands, and CommandGroups/SubCommandGroups
?automod enable
-> enable is part of the automod command group
?automod ignore reset
-> ignore is part of the automod command group and reset is part of ignore
subcommand group
...Precondition error
Context Menus not running
requiredClientPermissions check always resolving
[ 'BanMembers', 'EmbedLinks' ]
. Tested in TextChannel.
```json...PreMessageCommandRun Event
error command sh -c node-pre-gyp install --fallback-to-build
npm i
after cloning my bot repo, I get this error. I am currently using Ubuntu 22.04 (LTS) and Node.js 18.17.1 (LTS). This is a fresh install. Below are the relevant logs.
https://pastebin.com/2Q3WPWQf...reload all commands
CommandStore.load()
or CommandStore.loadAll()
, also how much time does it normally take to reload all commandsbuilt-in feature