Slime
Slime
Explore posts from servers
SIASapphire - Imagine a framework
Created by Slime on 5/21/2024 in #discordjs-support
Typing - Question message
No description
8 replies
SIASapphire - Imagine a framework
Created by Slime on 2/13/2024 in #sapphire-support
Implement paginator , selection
so I want to have like a menu where you can pick several buttons and each button will show several options but each option should also have a paginato, what's the best class for this?
7 replies
SIASapphire - Imagine a framework
Created by Slime on 2/6/2024 in #sapphire-support
Precondition i18n
Per this example here https://www.sapphirejs.dev/docs/Guide/preconditions/global-preconditions is it possible to like use one i18n function for it to work for all them with the message or do I have to take special precautions and check which type it is?
15 replies
SIASapphire - Imagine a framework
Created by Slime on 12/5/2023 in #sapphire-support
Sapphire eslint-config
No description
6 replies
SIASapphire - Imagine a framework
Created by Slime on 12/1/2023 in #sapphire-support
Tooling question
If I want to like add eslint-plugin should I add both eslint and eslint-plugin and then override the rule in package.json,
"rules": {
"node/no-process-env": "error"
},
"rules": {
"node/no-process-env": "error"
},
Or is there another way to like set this? cause I know sapphire has it's rules
9 replies
SIASapphire - Imagine a framework
Created by Slime on 11/6/2023 in #sapphire-support
Intent question- paginatedmessage
Does paginated message require any intents or am I fine with just app command and bot scope?
16 replies
SIASapphire - Imagine a framework
Created by Slime on 11/2/2023 in #sapphire-support
Maze error - paginated message
I am getting this on a paginated message
60 replies
SIASapphire - Imagine a framework
Created by Slime on 9/13/2023 in #sapphire-support
Cooldown
When I set a command cooldown it doesn't seem to send a error message?
23 replies