Set status
This commit is contained in:
parent
81c53cb304
commit
83ec5aec7a
1
index.js
1
index.js
|
@ -44,6 +44,7 @@ for (const file of commandFiles) {
|
||||||
|
|
||||||
client.once('ready', () => {
|
client.once('ready', () => {
|
||||||
console.log(`Logged in as ${client.user.tag}!`);
|
console.log(`Logged in as ${client.user.tag}!`);
|
||||||
|
client.user.setActivity('DZ Politics', { type: 'LISTENING' });
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on('messageCreate', async message => {
|
client.on('messageCreate', async message => {
|
||||||
|
|
Loading…
Reference in New Issue