Adding staff apply option

This commit is contained in:
2023-03-19 13:01:24 +01:00
parent d4476ea969
commit 02ae88ad64
4 changed files with 500 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ module.exports = {
if (answer1.first().content > 16) {
await user.send({
embeds: [{
description: "¸Max character limit is 16.",
description: "Max character limit is 16.",
color: embedColor
}]
})
@@ -459,7 +459,7 @@ module.exports = {
await channel.send({
embeds: [{
title: user.username + "#" + user.discriminator + " - Application",
title: user.username + "#" + user.discriminator + " - Guild Application",
color: embedColor,
thumbnail: {
url: user.avatarURL()