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');
|
||||
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!',
|
||||
'Just woke up!', 'May have crashed... sowwyyy >.<',
|
||||
'Heyyyy!', 'I\'m baaaack', 'Whom\'st have summoned the ancient one?'];
|
||||
|
|
|
@ -8,6 +8,8 @@ function gotMessage(message) {
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
// skuska
|
||||
if (message.content == "!vypnisa") {
|
||||
ignore_messages = true;
|
||||
message.react('🐮');
|
||||
|
|
Loading…
Reference in a new issue