Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 6854258

Browse files
committed
Watching you
1 parent 7cd5696 commit 6854258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/ready.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ const Discord = require("discord.js")
22

33
module.exports = bot => {
44
console.log(`${bot.user.username} is online`)
5-
bot.user.setActivity('some codes.', { type: 'PLAYING' });
5+
bot.user.setActivity('this server.', { type: 'WATCHING' });
66
}

0 commit comments

Comments
 (0)