test
This commit is contained in:
parent
af9666892a
commit
930b639c0b
2
index.js
2
index.js
@ -4,7 +4,7 @@ const path = require('node:path');
|
||||
const deploy = require('./src/discord/deploy_command.js')
|
||||
const update = require('./src/pterodactyl/displayer.js');
|
||||
const clean = require('./src/pterodactyl/cleaner.js');
|
||||
const { Client, GatewayIntentBits, Collection, Events, Partials } = require('discord.js');
|
||||
const { Client, GatewayIntentBits, Collection, Events, Partials, EmbedBuilder } = require('discord.js');
|
||||
|
||||
const intents = [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMessageReactions];
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
const DEFAULT_UPDATE_TEXT = "Panneau Minecraft";
|
||||
|
||||
const { EmbedBuilder } = require('discord.js');
|
||||
const getMinecraftStatus = async () => {
|
||||
const address = process.env.MINECRAFT_SERVER_ADDRESS;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user