Skip to content

Commit

Permalink
another one and ignore test.env
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodcloak committed Jun 8, 2024
1 parent 771f426 commit e854a63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.env
db/
db/
test.env
2 changes: 1 addition & 1 deletion interactions/buttons/operation/closeRequest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const closeRequestEmbed = require("closeRequestEmbed");
const closeRequestEmbed = require("../../../helpers/closeRequestEmbed");

module.exports = {
id: "close_request",
Expand Down
2 changes: 1 addition & 1 deletion interactions/slash/operation/close.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { SlashCommandBuilder } = require("discord.js");

const closeRequestEmbed = require("closeRequestEmbed");
const closeRequestEmbed = require("../../../helpers/closeRequestEmbed");

module.exports = {
data: new SlashCommandBuilder()
Expand Down

0 comments on commit e854a63

Please sign in to comment.