Added small patches

This commit is contained in:
2023-03-19 16:51:40 +01:00
parent 3d0c21301f
commit fa3be9473d
5 changed files with 31 additions and 24 deletions

View File

@@ -56,7 +56,7 @@ module.exports = {
await channel.send({
embeds: [{
title: 'Guild Application',
description: "You can apply for the staff team by clicking the button below.",
description: "You can apply for guild by clicking the button below.",
color: embedColor,
footer: {
text: interaction.guild.name + " | Developed by @Taken#0002",
@@ -86,7 +86,7 @@ module.exports = {
await channel.send({
embeds: [{
title: 'Staff Application',
description: "You can apply for the guild by clicking the button below.",
description: "You can apply for the staff team by clicking the button below.",
color: embedColor,
footer: {
text: interaction.guild.name + " | Developed by @Taken#0002",