mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 23:26:13 +02:00
Added doki doki status
This commit is contained in:
@ -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 = ""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user