sapphire-support
discordjs-support
old-sapphire-support
old-discordjs-support
old-application-commands-and-interactions
Typescript error on trying to use fetch
'api' does not exist in type 'ClientOptions'.
Object literal may only specify known properties, and 'api' does not exist in type 'ClientOptions'.
...message and chat input command with arguments
Ratelimits utility wont work as expected
Global precondition error
AllFlowsPrecondition.LoaderContext
insteadPaginatedMessage: There are no actions
pnpm add @sapphire/discord.js-utilities@pr-684
?PaginatedMessage: How to disable footer?
Code has errors
`js
const embed = {
title: `Chapter: ${chapter}, Verse: ${verse}`,
description: `**Shlok:**\`\`\`${shlok}\`\`\`\n\n**Transliteration:**\`\`\`${transliteration}\`\`\`\n\n**Explanation:** \`\`\`${tej}\`\`\
,
color: 0x262733,...API Authentication not working
fetch
on the event
object from the params. It's SvelteKit's special fetch that can include credentials and such.
```ts
import type { Handle } from '@sveltejs/kit';
export const handle: Handle = async ({ event, resolve }) => {...Bit.dev API Plugin not working
sapphire new
and chose the typescript variation and full template, which has the api's.
I then converted this bot template to work with Bit.dev as can be found here: ...How to config baseUserDirectory
On Listeners
Where can I find a list of available sapphire event identifiers and their respective arguments?Events enum as well as the https://sapphirejs.dev documentation
Does sapphire have any listeners or similar setup by default and if so which ones?...
Setting up oauth API
http://207.xxx.xxx.xxx:4000
could it be because im mixing http and https while using credentials: 'include'
...Sapphire Snowflake
@sapphire/snowflake
installed?
utils.js
.
..."Couldn't find a template file for that component type."
custom-listener.ts.sapphire
):
```
{
"category": "listeners"
}...src
Is it possible for a custom command to have a button for a link?
.setURL()
Seemingly Random Command Registration Failures
Is that possible to have multiple routes in the same route class?