diff --git a/src/discord/Invite.ts b/src/discord/Invite.ts index 4587e54..34e98b5 100644 --- a/src/discord/Invite.ts +++ b/src/discord/Invite.ts @@ -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`, user: (data instanceof Interaction) ? data.user : data.author }); - }} + } +} export default class Invite {