diff --git a/index.ts b/index.ts index 2c6da77..51728bc 100644 --- a/index.ts +++ b/index.ts @@ -80,7 +80,7 @@ function getEnabledPlugins() { }; }); - return `${counter}/${total} (official)` + (totalUserplugins ? `, ${userpluginsCount}/${totalUserplugins} (userplugins)` : ""); + return `${counter} / ${total} (official)` + (totalUserplugins ? `, ${userpluginsCount} / ${totalUserplugins} (userplugins)` : ""); } function getDonorStatus() { return GuildMemberStore.getMember("1015060230222131221", UserStore.getCurrentUser().id).roles.includes("1042507929485586532");