Added doki doki status

This commit is contained in:
2024-08-06 12:27:32 +02:00
parent 02c474ef44
commit 60644c2f78

View File

@ -71,7 +71,7 @@ module.exports = client => {
try{ try{
client.user.setActivity(client.user.username, { type: "PLAYING" }); client.user.setActivity(client.user.username, { type: "PLAYING" });
}catch (e) { }catch (e) {
console.log(String(e.stack).red); console.log(String(e.stack).red);
} }
@ -90,13 +90,14 @@ module.exports = client => {
const statusList = [ const statusList = [
{text: "s'upgrade 🔧"}, {text: "s'upgrade 🔧"},
{text: "t'emmerder"}, {text: "t'emmerder"},
{text: "[help"}, {text: "[help"},
{text: "[help"}, {text: "[help"},
{text: "[help"}, {text: "[help"},
{text: "Like ur cut G"}, {text: "Like ur cut G"},
{text: "une dernière fois Daft Punk", type: "LISTENING"} {text: "une dernière fois Daft Punk", type: "LISTENING"}
{text: "Doki doki blue skies"}
] ]
var status, lastStatus = "" var status, lastStatus = ""