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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user