čamdžić
SIASapphire - Imagine a Framework
•Created by alqm on 4/20/2025 in #sapphire-support
returning different things to a run method
There is ChatInputCommandSuccess but I don’t think that’s what you are looking for
9 replies
SIASapphire - Imagine a Framework
•Created by alqm on 4/20/2025 in #sapphire-support
returning different things to a run method
I don’t think that’s possible
9 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
👍
20 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
With lazy it can be 1000 functions because there are 1000 pages
20 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
Only ONE function
20 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
DynamicPaginatedMessage calls one function with currentPage parameter and gets data for that page only when page is changed
20 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
LazyPaginatedMessage is okay, and 100% can be used, but the problem is that I will still have all those functions in pages array
20 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
You probahly want dynamic paginated message but sadly it’s not available on Sapphire
20 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
But still much better than normal PaginatedMessage
20 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
It’s not greatest way and it’s probably not what you want
20 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
This is a LazyPaginatedMessage. Instead of resolving all pages that are functions on PaginatedMessage.run will resolve when requested.
20 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
20 replies
SIASapphire - Imagine a Framework
•Created by Oreo ™ on 4/11/2025 in #sapphire-support
PaginatedMessage to fetch data on demand
There is LazyPaginatedMessage
20 replies
SIASapphire - Imagine a Framework
•Created by el on 4/9/2025 in #sapphire-support
interactionCreate listener
And yeah, use interaction handlers
13 replies
SIASapphire - Imagine a Framework
•Created by el on 4/9/2025 in #sapphire-support
interactionCreate listener
In constructor you did options = {}
13 replies
SIASapphire - Imagine a Framework
•Created by el on 4/9/2025 in #sapphire-support
interactionCreate listener
I think that event is not even registered (I’m not sure)
13 replies
SIASapphire - Imagine a Framework
•Created by čamdžić on 4/7/2025 in #sapphire-support
DetailedDescriptionObject
gonna continue in #framework-development
12 replies
SIASapphire - Imagine a Framework
•Created by čamdžić on 4/7/2025 in #sapphire-support
DetailedDescriptionObject
you should look into this more
12 replies
SIASapphire - Imagine a Framework
•Created by čamdžić on 4/7/2025 in #sapphire-support
DetailedDescriptionObject
it works fine
12 replies
SIASapphire - Imagine a Framework
•Created by čamdžić on 4/7/2025 in #sapphire-support
DetailedDescriptionObject
but when I remove
string
from sapphire's src12 replies