Update Invite.ts

This commit is contained in:
2021-09-18 05:44:44 -07:00
parent 50470ca632
commit aeef5a19e0
+2 -1
View File
@@ -15,7 +15,8 @@ const EMBEDS = {
description: message || `${DiscordProvider.client.user?.username}'s invite is currently private. Only the developers can add me to another server`, description: message || `${DiscordProvider.client.user?.username}'s invite is currently private. Only the developers can add me to another server`,
user: (data instanceof Interaction) ? data.user : data.author user: (data instanceof Interaction) ? data.user : data.author
}); });
}} }
}
export default class Invite { export default class Invite {