mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-22 21:13:18 +00:00
Update index.js
This commit is contained in:
parent
1d36a9d285
commit
fac41faf9e
2
index.js
2
index.js
@ -6,7 +6,7 @@ const PREFIX = ('-')
|
||||
const client = new Client({ disableEveryone: true });
|
||||
const youtube = new YouTube(process.env.API_KEY);
|
||||
const queue = new Map();
|
||||
client.login(process.env.BOT_TOKEN);
|
||||
client.login(process.env.UIGEHIAGPEW);
|
||||
client.on('ready', () => {
|
||||
client.user.setActivity('-help', { type: 'LISTENING' })
|
||||
client.user.setStatus('dnd');
|
||||
|
Loading…
Reference in New Issue
Block a user