Fixed #120 : Temporarily removed bot status state

Will be added back in a future update, but customisable instead of double text :)
This commit is contained in:
DJj123dj
2025-01-25 11:43:13 +01:00
parent 73d188c5dc
commit 0437af1507
+1 -1
View File
@@ -384,7 +384,7 @@ export class ODClientActivityManager {
this.manager.client.user.setPresence({ this.manager.client.user.setPresence({
activities:[{ activities:[{
type:this.#getStatusTypeEnum(type), type:this.#getStatusTypeEnum(type),
state:text, state:undefined,
name:text, name:text,
}], }],
status:this.status status:this.status