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;