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