mirror of
https://github.com/Expand-sys/mcbot
synced 2025-12-16 23:12:12 +11:00
fix
This commit is contained in:
parent
53e5e2198d
commit
708fc3b870
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ const { CommandInteraction, ApplicationCommandType, ApplicationCommandOptionType
|
|||
const { sendResponse, sendReply, channelSend } = require('../../../utils/utils');
|
||||
const path = require('path');
|
||||
const { Rcon } = require("rcon-client");
|
||||
import { GameDig } from "gamedig"
|
||||
const { GameDig } = require("gamedig")
|
||||
|
||||
|
||||
module.exports = {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ const fs = require('fs');
|
|||
const { promisify } = require('util');
|
||||
const { glob } = require('glob');
|
||||
const PG = promisify(glob);
|
||||
import { GameDig } from "gamedig"
|
||||
const { GameDig } = require("gamedig")
|
||||
|
||||
const path = require('path');
|
||||
const { channelSend } = require('../../utils/utils');
|
||||
|
|
|
|||
Loading…
Reference in a new issue