From e854a63c53dc0d7ccf8b6760bc61be3eb6774ab0 Mon Sep 17 00:00:00 2001 From: Bloodcloak <59000966+bloodcloak@users.noreply.github.com> Date: Fri, 7 Jun 2024 22:41:11 -0400 Subject: [PATCH] another one and ignore test.env --- .gitignore | 3 ++- interactions/buttons/operation/closeRequest.js | 2 +- interactions/slash/operation/close.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 049b369..1bcc625 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .env -db/ \ No newline at end of file +db/ +test.env diff --git a/interactions/buttons/operation/closeRequest.js b/interactions/buttons/operation/closeRequest.js index 1e85655..7a85731 100644 --- a/interactions/buttons/operation/closeRequest.js +++ b/interactions/buttons/operation/closeRequest.js @@ -1,4 +1,4 @@ -const closeRequestEmbed = require("closeRequestEmbed"); +const closeRequestEmbed = require("../../../helpers/closeRequestEmbed"); module.exports = { id: "close_request", diff --git a/interactions/slash/operation/close.js b/interactions/slash/operation/close.js index c0eac16..d9af6d9 100644 --- a/interactions/slash/operation/close.js +++ b/interactions/slash/operation/close.js @@ -1,6 +1,6 @@ const { SlashCommandBuilder } = require("discord.js"); -const closeRequestEmbed = require("closeRequestEmbed"); +const closeRequestEmbed = require("../../../helpers/closeRequestEmbed"); module.exports = { data: new SlashCommandBuilder()