From ee2bb5f66529a9ba51c952bbeca946e131c80e54 Mon Sep 17 00:00:00 2001 From: Ladislav Hano <524934@mail.muni.cz> Date: Sun, 9 Jul 2023 10:50:45 +0200 Subject: [PATCH] test --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index ceec77a..54a8c1a 100755 --- a/main.js +++ b/main.js @@ -57,6 +57,7 @@ let gotMessage; client.once('ready', async () => { gotMessage = require('./messageHandler'); const ping = require('./ping'); + if (client.user.username != 'MOOver Debug' && process.env.DEBUG != 'ON') { const turnOnMsg = ['AAAAAAAAAAAAA', 'Just turned on!', 'Just woke up!', 'May have crashed... sowwyyy >.<', @@ -98,4 +99,4 @@ client.on('interactionCreate', async interaction => { client.login(process.env.TOKEN); -module.exports = client; \ No newline at end of file +module.exports = client;