Adding a comment

This commit is contained in:
Raven Scott 2021-04-23 14:52:37 -05:00
parent d4ad7600e7
commit 9db5c1e318
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
// Internal Bot Source CHKSRV.PRO
// Written by SNXRaven
// Testing Git
const Discord = require("discord.js");
require('dotenv').config()
const axios = require('axios').default;
@ -39,4 +40,4 @@ const load = async () => {
}
load();
bot.login(process.env.TOKEN);
bot.login(process.env.TOKEN);