mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
unused69
This commit is contained in:
parent
a835f6afc8
commit
bac86aede3
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -2,7 +2,6 @@ const readline = require('node:readline');
|
|||
const {stdin: input, stdout: output} = require('node:process');
|
||||
const rl = readline.createInterface({input, output});
|
||||
const config = require('./config');
|
||||
const {loadPlugins} = require('./util/loadPlugins');
|
||||
const {createBot} = require('./bot');
|
||||
const {
|
||||
Client,
|
||||
|
|
Loading…
Reference in a new issue