add bot activity

Bu işleme şunda yer alıyor:
Ayden Jahola 2024-09-02 19:20:49 +01:00
ebeveyn b1395eb032
işleme 899d3f8793
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 71DD90AE4AE92742

Dosyayı Görüntüle

@ -43,6 +43,12 @@ client.once("ready", async () => {
const commands = client.commands.map((cmd) => cmd.data.toJSON());
// Set bot status and activity
client.user.setPresence({
activities: [{ name: "Degenerate Gamers!", type: 3 }],
status: "online",
});
const rest = new REST({ version: "10" }).setToken(process.env.BOT_TOKEN);
try {