Buug fix
This commit is contained in:
@@ -161,7 +161,7 @@ module.exports = {
|
|||||||
await user.send({ embeds: [attachments] });
|
await user.send({ embeds: [attachments] });
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (answer2.first().content > 8) {
|
if (answer2.first().content.size > 8) {
|
||||||
await user.send({
|
await user.send({
|
||||||
embeds: [{
|
embeds: [{
|
||||||
description: "Max character limit is 8.",
|
description: "Max character limit is 8.",
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ module.exports = {
|
|||||||
|
|
||||||
const applicant = await guild.members.fetch(applicantId)
|
const applicant = await guild.members.fetch(applicantId)
|
||||||
const applicantUsername = applicant.user.username + "#" + applicant.user.discriminator;
|
const applicantUsername = applicant.user.username + "#" + applicant.user.discriminator;
|
||||||
const applicationFile = require(`../../apps/guild/${applicantId}`);
|
|
||||||
|
|
||||||
await message.edit({
|
await message.edit({
|
||||||
components: [
|
components: [
|
||||||
|
|||||||
Reference in New Issue
Block a user