From 998c7b0f4695c7af7c3ced384c490cdc587d9b70 Mon Sep 17 00:00:00 2001 From: ShadowVR Date: Wed, 29 May 2024 16:39:59 -0400 Subject: [PATCH] Updated index.js --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 6bd9668..357d823 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,3 @@ - const Discord = require('discord.js'); const chalk = require('chalk'); const fs = require('node:fs'); @@ -81,7 +80,7 @@ async function updateBotFromGitHub() { console.log('Checking for updates from GitHub...'); if (!await git.checkIsRepo()) { - await git.init().addRemote('origin', 'https://git.shadowhosting.xyz/ShadowVR/AI_botter.git').fetch(); + await git.init().addRemote('origin', 'https://git.shadowhosting.xyz/shadowvr/AI_botter.git').fetch(); } await git.pull('origin', 'main');