Skip to content

Commit

Permalink
fix db reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodcloak committed Jun 8, 2024
1 parent e854a63 commit 6c7cff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/closeRequestEmbed.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { ButtonBuilder, ButtonStyle, EmbedBuilder, ActionRowBuilder } = require("discord.js");
const db = require("../../../connectDb");
const db = require("../connectDb");

async function closeRequestEmbed(interaction) {
const channel = interaction.channel;
Expand Down

0 comments on commit 6c7cff7

Please sign in to comment.