diff --git a/Dockerfile b/Dockerfile index 8218afc..2b51fd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ USER node COPY . . # Run the application. -CMD echo test +CMD node --trace-warnings index.js diff --git a/commands/Divers/highway.js b/commands/Divers/highway.js index 50893df..a905aec 100644 --- a/commands/Divers/highway.js +++ b/commands/Divers/highway.js @@ -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"); diff --git a/dmCommands/dm.js b/dmCommands/dm.js index 8dfc9e7..1f22f49 100644 --- a/dmCommands/dm.js +++ b/dmCommands/dm.js @@ -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", diff --git a/keywords/bjr.js b/keywords/bjr.js index 3d4c774..d37c51a 100644 --- a/keywords/bjr.js +++ b/keywords/bjr.js @@ -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"); diff --git a/timedMessages/hellcase.js b/timedMessages/hellcase.js index 238e4d1..b8b16d8 100644 --- a/timedMessages/hellcase.js +++ b/timedMessages/hellcase.js @@ -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";