Update main.js
This commit is contained in:
parent
1098b75d3a
commit
319b828d47
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -49,7 +49,7 @@ const resp = require('./responses.js');
|
||||||
|
|
||||||
client.once('ready', async () => {
|
client.once('ready', async () => {
|
||||||
if (client.user.username != 'MOOver Debug') {
|
if (client.user.username != 'MOOver Debug') {
|
||||||
client.channels.cache.get('780439236867653635').send('Just turned on!');
|
client.channels.cache.get('780439236867653635').send('AAAAAAAAAA!');
|
||||||
}
|
}
|
||||||
cron.schedule('0 13 * * *', async function() {
|
cron.schedule('0 13 * * *', async function() {
|
||||||
pingEvent();
|
pingEvent();
|
||||||
|
|
Loading…
Reference in a new issue