mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Removed panel reference in index
This commit is contained in:
parent
49d32d4744
commit
d0f2caab9c
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
||||||
|
|
||||||
const BotClient = require('./Structures/BotClient');
|
const BotClient = require('./Structures/BotClient');
|
||||||
const config = require('../data/config.json');
|
const config = require('../data/config.json');
|
||||||
const panel = require('./panel.js');
|
|
||||||
|
|
||||||
const client = new BotClient(config, panel);
|
const client = new BotClient(config);
|
||||||
client.start();
|
client.start();
|
||||||
})()
|
})()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue