From aeef5a19e0d0fd471be91559ad81d5c5fa404643 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sat, 18 Sep 2021 05:44:44 -0700 Subject: [PATCH] Update Invite.ts --- src/discord/Invite.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {