test
This commit is contained in:
parent
911af0b939
commit
2f2d68fc25
5
index.js
5
index.js
@ -50,8 +50,9 @@ for (const folder of commandFolders) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
client.once('clientReady', async () => {
|
client.once('clientReady', async () => {
|
||||||
console.log(client);
|
console.log(client.options.intents);
|
||||||
client.user.setActivity('Rygain', { type: 'WATCHING' });
|
client.setActivity({ activities: [{ name: 'Rygain', type: 'WATCHING' }], status: 'online' });
|
||||||
|
|
||||||
console.log('Bot started !');
|
console.log('Bot started !');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user