mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 18:16:15 +02:00
Revert test + removed uncessary imports
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 9s
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 9s
This commit is contained in:
@ -31,4 +31,4 @@ USER node
|
||||
COPY . .
|
||||
|
||||
# Run the application.
|
||||
CMD echo test
|
||||
CMD node --trace-warnings index.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");
|
||||
|
@ -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",
|
||||
|
@ -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");
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user