File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default defineCommand(
1717 ( interaction , ctx ) => {
1818 const { user, server } = ctx . options
1919 const { hello } = useButtons ( )
20- const row = useActionRow ( hello ! )
20+ const row = useActionRow ( hello )
2121
2222 if ( user ) {
2323 return interaction . reply ( { content : 'User info' , components : [ row ] } )
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ export default defineModal(
1212 hobbies : {
1313 label : 'Hobbies' ,
1414 style : 'Paragraph' ,
15- placeholder : 'Enter your hobbies'
15+ placeholder : 'Enter your hobbies' ,
16+ required : false
1617 }
1718 }
1819 } ,
Original file line number Diff line number Diff line change 11import { defineHarmonixConfig } from '../src'
22
33export default defineHarmonixConfig ( {
4- client : {
5- intents : [ 'Guilds' ]
6- }
4+ client : {
5+ intents : [ 'Guilds' ]
6+ }
77} )
You can’t perform that action at this time.
0 commit comments