mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
Added login to index.js
This commit is contained in:
parent
a4ad951ef9
commit
350c83df83
2 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
||||||
|
const BotClient = require("./Structures/BotClient");
|
||||||
|
const config = require("../config.json");
|
||||||
|
|
||||||
|
const client = new BotClient(config);
|
||||||
|
client.login();
|
Loading…
Reference in a new issue