From 830be0fd7ca27e537f40a882a9f55628d4a5cd29 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 18 Jun 2020 01:57:15 -0500 Subject: [PATCH] yes --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 7193b02..1e6a2d1 100755 --- a/src/index.js +++ b/src/index.js @@ -215,4 +215,4 @@ if(process.argv.slice(2).includes("--TEST")) { }; //Logging in the bot -client.login(config.token) +client.login(config.token); \ No newline at end of file