fix(client): CustomStatus don't working
This commit is contained in:
@@ -674,7 +674,7 @@ class CustomStatus extends Activity {
|
|||||||
return {
|
return {
|
||||||
name: this.name,
|
name: this.name,
|
||||||
emoji: this.emoji,
|
emoji: this.emoji,
|
||||||
type: this.type,
|
type: ActivityTypes.CUSTOM,
|
||||||
state: this.state,
|
state: this.state,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user