From 9db5c1e318b72440e8cdc7be3da5d08a46507206 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Fri, 23 Apr 2021 14:52:37 -0500 Subject: [PATCH] Adding a comment --- ravenbot.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ravenbot.js b/ravenbot.js index 71530ae..8c64c3f 100644 --- a/ravenbot.js +++ b/ravenbot.js @@ -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); \ No newline at end of file +bot.login(process.env.TOKEN);