Hello there. If you've just dropped by, take a look around if you like. If you see anything of interest, feel free to hop over to our GitHub (https://t.co/NRgOeW4lQl) and find our repositories there or swing by our Discord server (https://t.co/5QVjVugMXV).
A rework of the community server began last week, with the removal of distractions ... gradual migration of existing resources to a web based presence.
In future, Discord will not be used as a prototype or deployment platform for newer projects.
https://t.co/tMuVyX0PiT
PR amended to include user payload with member data for guild contexts. The resolution method has also been simplified to use a less abstract approach.
https://t.co/UB4dk2tXZJ
sc-docs-bot PR 41 adds debug commands for chat, user and message contexts utilizing the raw data sent over the interaction request.
#github#slashcreate#typescript#programming
https://t.co/g4ifOKVqNR
@discord could you explain why this was not added to your changelog or announced in your server? Only for me to find it 2 months after your patch was deployed.
https://t.co/NNQ16FOpcM
Turbo Eureka PR 11 has been pushed which fixes the null behaviour it had from December... which broke at some point after Feb 10th.
https://t.co/3i5YWtXKIP
'dud' components are the next planned feature for turbo-eureka - which would be useful for component demos or message mock-ups (with a debug option), and then embed color resolution may follow soon after (depending on how #typescript behaves).
https://t.co/viD2qWhel7
This endeavour was inspired by what @cmty_architects had setup on their server, while simultaneously wanting to build a service that provides the same functionality to anyone else that wants to use it. Although, theirs's is quite a bit lighter for what it handles.🙃
turbo-eureka PR 5 will now check for the literal of null and allow it to pass through if the parent message data should be retained.
#programming#discord#github#typescript
https://t.co/OoSQZQg4D3
turbo-eureka was also deployed as a generally available service, and integrates naturally with channel-backup - as intended from it's creation.
https://t.co/WifAkACCGf
#typescript#discord#programming#github
turbo-eureka PR 2 adds component restriction resolution - https://t.co/KkLYS4piDh
Buttons and Select String components can now be restricted by role *before* the message is sent - if the 'disabled' field isn't already on the component.
#github#discord#typescript#programming
turbo-eureka PR 2 adds component restriction resolution - https://t.co/KkLYS4piDh
Buttons and Select String components can now be restricted by role *before* the message is sent - if the 'disabled' field isn't already on the component.
#github#discord#typescript#programming
Building a component handler without initial state is rather difficult when the infrastructure is purely for the service itself... but it does work - despite not needing a database.
#typescript#github#discord#programming
All implemented components can also check for roles as a method of restriction for any type of response. Originally, if the message was marked as ephemeral, the bot would have disabled the component from further use - but that was removed shortly before an initial test.