File tree Expand file tree Collapse file tree 5 files changed +5
-27
lines changed Expand file tree Collapse file tree 5 files changed +5
-27
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,14 @@ export default defineCommand(
1010 } ,
1111 server : {
1212 type : 'SubCommand' ,
13- description : 'Get information about the server' ,
14- options : {
15- role : {
16- type : 'Role' ,
17- description : 'The role to get information about'
18- } ,
19- caca : {
20- type : 'String' ,
21- description : 'caca'
22- }
23- }
13+ description : 'Get information about the server'
2414 }
2515 }
2616 } ,
2717 ( interaction , ctx ) => {
2818 const { user, server } = ctx . options
2919 const { hello } = useButtons ( )
30- const row = useActionRow ( hello ! , hello ! )
20+ const row = useActionRow ( hello ! )
3121
3222 if ( user ) {
3323 return interaction . reply ( { content : 'User info' , components : [ row ] } )
Original file line number Diff line number Diff line change 1- import { defineButton } from '../../src'
1+ import { defineButton } from '../../../ src'
22
33export default defineButton (
44 {
Original file line number Diff line number Diff line change 1- import { defineModal } from '../../src'
1+ import { defineModal } from '../../../ src'
22
33export default defineModal (
44 {
Original file line number Diff line number Diff line change 1- import { defineSelectMenu , useEmbed } from '../../src'
1+ import { defineSelectMenu , useEmbed } from '../../../ src'
22
33export default defineSelectMenu (
44 {
Load Diff This file was deleted.
You canβt perform that action at this time.
0 commit comments