Test commit

This commit is contained in:
Ladislav Hano 2023-07-12 20:44:04 +02:00
parent ee2bb5f665
commit a0d2e85c52
2 changed files with 3 additions and 1 deletions

View file

@ -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?'];

View file

@ -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('🐮');