From 2be9ee8b698e0a05fc73058d43e2529036c2e30e Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Thu, 17 Mar 2022 21:55:08 -0500 Subject: [PATCH] ALL MY CODE KEEPS BLOWING UP! --- start.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/start.js b/start.js index 8ed2c8e..f59d261 100644 --- a/start.js +++ b/start.js @@ -1,11 +1,10 @@ -console.log("Let's get started") const fs = require('fs'); const Discord = require('discord.js'); const { MessageActionRow, MessageButton } = require('discord.js') const { statuses, build, release, prefix, token, footerTxt } = require('./config.json'); const os = require("os"); -console.log('Starting! This should only take a moment.') +console.log('Starting!') const client = new Discord.Client(); client.commands = new Discord.Collection(); @@ -27,7 +26,7 @@ client.once('ready', () => { console.log(' / ___ |/ / / / / /_/ / / /_/ /> < '); console.log('/_/ |_/_/ /_/_/\__/_/ \____/_/|_| ') console.log(release + ", " + build) - console.log("All Systems Go. | Anitrox by IDeletedSystem64 | meow meow :3"); + console.log("All Systems Go. | Anitrox by IDeletedSystem64 | ALL MY CODE KEEPS BLOWING UP!"); }); setInterval(() => {