Bot will now actually start + added some new lines
This commit is contained in:
parent
2132d528f8
commit
c11c381484
2
app.js
2
app.js
@ -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'};
|
||||
|
||||
@ -117,6 +117,7 @@ module.exports = (mes, komand) => {
|
||||
}
|
||||
mes.channel.send({ embed });
|
||||
break;
|
||||
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -29,6 +29,7 @@ module.exports = (_m, komand, _c, client) => {
|
||||
case 'nepritomnej':
|
||||
client.user.setStatus('idle');
|
||||
break;
|
||||
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
@ -80,6 +80,7 @@ module.exports = (mes, komand, celArgs) => {
|
||||
vojs.channel.leave();
|
||||
mes.react('purfieRIP:644609482843881483');
|
||||
break;
|
||||
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user