We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c51c7 commit ab9de03Copy full SHA for ab9de03
src/modules/vanity/modals/vanity-create-modal.ts
@@ -58,8 +58,8 @@ export default {
58
VanityId: uuid
59
},
60
create: {
61
- Title: interaction.guild.name,
62
- Description: interaction.guild.description,
+ Title: interaction.guild.name ?? "N/A",
+ Description: interaction.guild.description ?? "N/A",
63
Color: "#282b30",
64
}
65
0 commit comments