Xndo
SIASapphire - Imagine a framework
•Created by Xndo on 1/26/2025 in #sapphire-support
extendedpaginatedmessage
export class ExtendedPaginatedMessage extends PaginatedMessage {
constructor() {
super();
Object.defineProperty(this, 'maximumPageAmount', { value: 100 }); } } this is the correct way to extend it ?
Object.defineProperty(this, 'maximumPageAmount', { value: 100 }); } } this is the correct way to extend it ?
4 replies
SIASapphire - Imagine a framework
•Created by Xndo on 1/23/2025 in #sapphire-support
utilities-store
from what information I've read. I should think of this as more of a service? which would allow the use of all files inside the store to be used with strings instead of importing them for each command, making the command cleaner and shorter?
5 replies
SIASapphire - Imagine a framework
•Created by Xndo on 1/18/2025 in #sapphire-support
message kits
So I'm looking at the active sapphire bot and its dashboard and they have "message kits" that can change how the embeds look and such. I'm wondering if its just exclusive to them or is there away to can build something like this for myself. I'm using the template typescript version.
I know I can setup centralized embeds for different categories, but I didn't know if there was a plugin already made for this, or would I have to create it myself ?
10 replies