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