File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ export async function baseHandler(
79
79
return await mentionEachUser ( transformedArgument , env , ctx ) ;
80
80
}
81
81
82
- case getCommandName ( REMOVE ) : {
83
- const data = message . data ?. options as Array < messageRequestDataOptions > ;
84
- const transformedArgument = {
85
- roleToBeRemovedObj : data [ 0 ] ,
86
- channelId : message . channel_id ,
87
- } ;
88
- return await kickEachUser ( transformedArgument , env , ctx ) ;
89
- }
82
+ // case getCommandName(REMOVE): {
83
+ // const data = message.data?.options as Array<messageRequestDataOptions>;
84
+ // const transformedArgument = {
85
+ // roleToBeRemovedObj: data[0],
86
+ // channelId: message.channel_id,
87
+ // };
88
+ // return await kickEachUser(transformedArgument, env, ctx);
89
+ // }
90
90
91
91
case getCommandName ( LISTENING ) : {
92
92
const data = message . data ?. options ;
You can’t perform that action at this time.
0 commit comments