mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
chore: add v1.0 status
This commit is contained in:
3
index.ts
3
index.ts
@@ -32,7 +32,8 @@ client.on('ready', async () => {
|
||||
{ name: "cómo escribe Javi", type: ActivityType.Watching },
|
||||
{ name: "a Hermes", type: ActivityType.Watching },
|
||||
{ name: "tus comandos", type: ActivityType.Listening },
|
||||
{ name: "tu voz", type: ActivityType.Listening }
|
||||
{ name: "tu voz", type: ActivityType.Listening },
|
||||
{ name: "ahora v1.0!", type: ActivityType.Playing }
|
||||
]
|
||||
var randomStatus = statuses[Math.floor(Math.random() * statuses.length)];
|
||||
client.user.setActivity(randomStatus);
|
||||
|
||||
Reference in New Issue
Block a user