Bot will now actually start + added some new lines

This commit is contained in:
Histmy 2020-12-23 01:46:08 +01:00
parent 2132d528f8
commit c11c381484
4 changed files with 4 additions and 1 deletions

2
app.js
View File

@ -1,7 +1,7 @@
const { Client } = require('discord.js');
const client = new Client();
dotenrequire('dotenv').config();
require('dotenv').config();
const prefix = process.env.PREFIX || 'more';
const role = {online: '684443816383610916', idle: '684444083065978941', dnd: '684444020558135399', offline: '684443903759614049', onlinephone: '777989420728975390'};

View File

@ -117,6 +117,7 @@ module.exports = (mes, komand) => {
}
mes.channel.send({ embed });
break;
default:
return false;
}

View File

@ -29,6 +29,7 @@ module.exports = (_m, komand, _c, client) => {
case 'nepritomnej':
client.user.setStatus('idle');
break;
default:
return false;
}

View File

@ -80,6 +80,7 @@ module.exports = (mes, komand, celArgs) => {
vojs.channel.leave();
mes.react('purfieRIP:644609482843881483');
break;
default:
return false;
}