mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Update Invite.ts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user