You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Is possible to have useDefineForClassFields = false and defined slash command parameters?
I'm using some typescript property decorators and they are working fine when flag is disabled, but discord bot is not working fine.
When I switch flag to true discord bot working fine, but property decorator isn't working.
Describe the solution you'd like
Can sets useDefineForClassFields = false and all working :)
Describe alternatives you've considered
Any solution, tips for define slash command with parameters when useDefineForClassFields = false
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Is possible to have
useDefineForClassFields = false
and defined slash command parameters?I'm using some typescript property decorators and they are working fine when flag is disabled, but discord bot is not working fine.
When I switch flag to
true
discord bot working fine, but property decorator isn't working.Describe the solution you'd like
Can sets
useDefineForClassFields = false
and all working :)Describe alternatives you've considered
Any solution, tips for define slash command with parameters when
useDefineForClassFields = false
The text was updated successfully, but these errors were encountered: