Update Invite.ts

This commit is contained in:
2021-09-19 04:03:23 -07:00
parent 31cfcbc896
commit 23b7745145
-1
View File
@@ -33,7 +33,6 @@ export default class Invite {
}
}
async process(data: Interaction | Message, args: any) {
const isSlashCommand = data instanceof CommandInteraction && data.isCommand();
const isMessage = data instanceof Message;