Test commit
This commit is contained in:
parent
ee2bb5f665
commit
a0d2e85c52
2 changed files with 3 additions and 1 deletions
2
main.js
2
main.js
|
@ -58,7 +58,7 @@ client.once('ready', async () => {
|
||||||
gotMessage = require('./messageHandler');
|
gotMessage = require('./messageHandler');
|
||||||
const ping = require('./ping');
|
const ping = require('./ping');
|
||||||
|
|
||||||
if (client.user.username != 'MOOver Debug' && process.env.DEBUG != 'ON') {
|
if (process.env.DEBUG != 'ON') {
|
||||||
const turnOnMsg = ['AAAAAAAAAAAAA', 'Just turned on!',
|
const turnOnMsg = ['AAAAAAAAAAAAA', 'Just turned on!',
|
||||||
'Just woke up!', 'May have crashed... sowwyyy >.<',
|
'Just woke up!', 'May have crashed... sowwyyy >.<',
|
||||||
'Heyyyy!', 'I\'m baaaack', 'Whom\'st have summoned the ancient one?'];
|
'Heyyyy!', 'I\'m baaaack', 'Whom\'st have summoned the ancient one?'];
|
||||||
|
|
|
@ -8,6 +8,8 @@ function gotMessage(message) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// skuska
|
||||||
if (message.content == "!vypnisa") {
|
if (message.content == "!vypnisa") {
|
||||||
ignore_messages = true;
|
ignore_messages = true;
|
||||||
message.react('🐮');
|
message.react('🐮');
|
||||||
|
|
Loading…
Reference in a new issue