Revert test + removed uncessary imports
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 9s

This commit is contained in:
2024-12-20 17:38:03 +01:00
parent b17a8a90b3
commit 76b76738c2
5 changed files with 2 additions and 7 deletions

View File

@ -31,4 +31,4 @@ USER node
COPY . .
# Run the application.
CMD echo test
CMD node --trace-warnings index.js

View File

@ -1,5 +1,4 @@
const { MessageEmbed } = require("discord.js");
const config = require("../../botconfig/config.json");
const ee = require("../../botconfig/embed.json");
const misc = require("../../botconfig/misc.json");
const { delay } = require("../../handlers/functions");

View File

@ -1,5 +1,4 @@
const { MessageEmbed } = require("discord.js");
const config = require("../botconfig/config.json");
const ee = require("../botconfig/embed.json");
module.exports = {
name: "dm",

View File

@ -1,5 +1,4 @@
const { MessageEmbed } = require("discord.js");
const config = require("../botconfig/config.json");
const ee = require("../botconfig/embed.json");
const { choose, isNinluc } = require("../handlers/functions");

View File

@ -1,7 +1,5 @@
const { MessageEmbed, Message } = require("discord.js");
const config = require("../botconfig/config.json");
const { MessageEmbed } = require("discord.js");
const ee = require("../botconfig/embed.json");
const { sendNinluc } = require("../handlers/functions");
const RAPPEL_CHANNEL_ID = "1296051297262370866";