test
This commit is contained in:
parent
88718931e4
commit
ee2bb5f665
1 changed files with 2 additions and 1 deletions
3
main.js
3
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;
|
||||
module.exports = client;
|
||||
|
|
Loading…
Reference in a new issue