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 ?
Solution:
and @Xndo this would be a bot developer implementation which you would have to implement from your end, i dont think implementing this in the framework would make any sense
Jump to solution
7 Replies
Favna
Favna10h ago
I have no idea what "message kits" are and as I also said in #framework-development we have no affiliation or relation of any kind with the Sapphire bot
Xndo
XndoOP9h ago
sorry I guess I'm not explaining it very well to be understandable. https://sapph.xyz/mk/9xoFA9jS0xUikWsUSuUky this is an example. Though I don't have a webdashboard at this time, I'm looking to sorta build my own way to style embeds error messages, success message and such
Sapphire
A Discord Bot — Done Right | Custom slash commands, buttons & select menus, Auto Moderation, Social Notifications, Reaction Roles, Logging, Custom (ephemeral) messages, Scheduled messages, Automated / triggered messages and more
Xndo
XndoOP9h ago
so I was wondering if there was a plugin for something like this. much like how pagination works with the discord-utilities plugin
UndiedGFX
UndiedGFX4h ago
message kits are like predefined messages for each action, think of these like i18n-message-keys
Solution
UndiedGFX
UndiedGFX4h ago
and @Xndo this would be a bot developer implementation which you would have to implement from your end, i dont think implementing this in the framework would make any sense
Xndo
XndoOP3h ago
I get that, I was wondering if someone else already created this. its fine I'll figure it out.
UndiedGFX
UndiedGFX2h ago
its simple, store them in a db and set the defaults, fetch the message kit from db before posting, add cache layers if you think that is slow

Did you find this page helpful?