We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2923fac commit e2e446aCopy full SHA for e2e446a
src/modules/vanity/modals/vanity-create-modal.ts
@@ -61,6 +61,18 @@ export default {
61
Title: interaction.guild.name ?? "N/A",
62
Description: interaction.guild.description ?? "N/A",
63
Color: "#282b30",
64
+ Author: {
65
+ connectOrCreate: {
66
+ where: {
67
+ VanityEmbedsId: uuid
68
+ },
69
+ create: {
70
+ Name: interaction.guild.name,
71
+ URL: `https://dchat.link/${query}`,
72
+ IconURL: interaction.guild.iconURL()
73
+ }
74
75
76
}
77
78
},
0 commit comments