File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ class InteractionHandler {
195195 async handleInteraction (
196196 internalInteraction : InternalInteractionType < APIInteraction >
197197 ) : Promise < InteractionReturnData > {
198+ throw new Error ( ) ; /*
198199 const interaction = internalInteraction.interaction;
199200 switch (interaction.type) {
200201 case InteractionType.Ping:
@@ -234,7 +235,7 @@ class InteractionHandler {
234235 // eslint-disable-next-line @typescript-eslint/restrict-template-expressions, @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-explicit-any
235236 `No handler for interaction type \`${(interaction as any).type}\``
236237 );
237- }
238+ }*/
238239 }
239240 handleMessageCommands (
240241 internalInteraction : InternalInteractionType < APIMessageApplicationCommandInteraction >
You can’t perform that action at this time.
0 commit comments