mirror of
https://github.com/Expand-sys/mcbot
synced 2025-12-17 07:12:13 +11:00
aaa
This commit is contained in:
parent
84659f3ecd
commit
773e414ef0
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 { 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 = {
|
||||||
|
|
|
||||||
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue