This commit is contained in:
Expand-sys 2024-02-08 20:47:58 +11:00
parent 84659f3ecd
commit 773e414ef0
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ const { CommandInteraction, ApplicationCommandType, ApplicationCommandOptionType
const { sendResponse, sendReply, channelSend } = require('../../../utils/utils'); const { sendResponse, sendReply, channelSend } = require('../../../utils/utils');
const path = require('path'); const path = require('path');
const { Rcon } = require("rcon-client"); const { Rcon } = require("rcon-client");
import { GameDig } from gamedig import { GameDig } from "gamedig"
module.exports = { module.exports = {

View file

@ -4,7 +4,7 @@ const fs = require('fs');
const { promisify } = require('util'); const { promisify } = require('util');
const { glob } = require('glob'); const { glob } = require('glob');
const PG = promisify(glob); const PG = promisify(glob);
import { GameDig } from gamedig import { GameDig } from "gamedig"
const path = require('path'); const path = require('path');
const { channelSend } = require('../../utils/utils'); const { channelSend } = require('../../utils/utils');