From ed83729921f3ea4b450a216ec13ec41250ffb5cd Mon Sep 17 00:00:00 2001 From: EmotionChild Date: Tue, 5 Jul 2022 23:12:23 +1200 Subject: [PATCH] Updated index.js again --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 2cf78e2..70e9420 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +process.title = 'Giveaway Child'; + const fs = require('fs'); const Discord = require('discord.js');