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 () => {
|
client.once('clientReady', async () => {
|
||||||
console.log(client.intents);
|
console.log(client);
|
||||||
client.user.setActivity({ activities: [{ name: 'Rygain', type: 'WATCHING' }], status: 'online' });
|
client.user.setActivity('Rygain', { type: 'WATCHING' });
|
||||||
console.log('Bot started !');
|
console.log('Bot started !');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user