Updated legacy system
This commit is contained in:
@@ -22,7 +22,7 @@ export default {
|
||||
const applicantId = embed.footer!.text.split(" ")[1]
|
||||
|
||||
const applicant = await guild.members.fetch(applicantId)
|
||||
const applicantUsername = applicant.user.username + "#" + applicant.user.discriminator
|
||||
const applicantUsername = applicant.user.username
|
||||
|
||||
await message.edit({
|
||||
components: [
|
||||
|
||||
Reference in New Issue
Block a user