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 169d504 commit b0cfdabCopy full SHA for b0cfdab
src/modules/welcome/commands/subCommand/welcome.channel.ts
@@ -33,7 +33,7 @@ export default {
33
34
const channel = interaction.options.getChannel("channel");
35
36
- const data = database.guildWelcomeSetup.findFirst({
+ const data = await database.guildWelcomeSetup.findFirst({
37
where: {
38
GuildId: interaction.guild.id
39
}
0 commit comments