ShowCast
ShowCast
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by ShowCast on 6/30/2024 in #djs-questions
Check If Entitlement is still valid
Is there an event fired when an Entitlement with Type Application Subscriptions expires? If not, how can I instantiate an EntitlementManager? Didn't figured out how to do it as it is not documented anywhere. Thanks for helping 🙂
4 replies
DIAdiscord.js - Imagine an app
Created by ShowCast on 5/6/2024 in #djs-questions
Develop with Entitlements
Has anyone an Idea how to delevop with the new Entitlements? I do not want to code on my live Bot with 600+ users. And on my Dev Bot I have no verification and so on I cannot enable the monetization and cannot create SKUs. Any ideas?
4 replies
DIAdiscord.js - Imagine an app
Created by ShowCast on 3/13/2024 in #djs-questions
Follow Up to interaction.deferUpdate() throws error
Hey guys, When I try to followUp() to an ButtonInteraction I get the error InteractionAlreadyReplied. A print of interaction.deferred (true) and interaction.replied (false) shows that it is clearly not already replied. What am I missing here?
11 replies
DIAdiscord.js - Imagine an app
Created by ShowCast on 9/9/2022 in #djs-questions
Builder Name localization error
Hello guys quick question: I try to localize my options of my slash commands and ran into the error
Error: Invalid string format
Error: Invalid string format
My code causing the error
.setNameLocalizations({
de: 'Beschreibung'
})
.setNameLocalizations({
de: 'Beschreibung'
})
Is it needed for the option name localization to be lowercase or am I doing something wrong I don't see yet?
11 replies