1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-16 18:56:00 +00:00

status and fix ffmpeg

This commit is contained in:
MatteZ02
2020-02-13 05:24:30 +02:00
parent 7c5a6f840c
commit ca8c70c4f3
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,7 @@ module.exports = {
}
console.log('- DB Set -');
client.user.setActivity(`@${client.user.username} help | 🎶`, { type: 'LISTENING' });
client.user.setStatus('dnd');
client.user.setStatus('online');
const dbl = new DBL(client.config.dblkey, client);
if (client.config.dblApi && !client.config.devMode) {
dbl.on('error', error => {