Readded bot scope (misread article); removed references to discriminators
diff --git a/src/commands/nucleus/premium.ts b/src/commands/nucleus/premium.ts
index fed2964..be1a610 100644
--- a/src/commands/nucleus/premium.ts
+++ b/src/commands/nucleus/premium.ts
@@ -165,7 +165,7 @@
const gaveUser = await client.users.fetch(hasPremium[1]);
premiumGuild = `**This server has premium! It was ${
hasPremium[2] === 3 && hasPremium[3]
- ? `automatically applied by ${gaveUser.username}#${gaveUser.discriminator}`
+ ? `automatically applied by ${gaveUser.username}`
: `given by <@${hasPremium[1]}>`
}**\n\n`;
}