mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-20 20:15:34 -04:00
Fix relationship to user.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "revolt-api",
|
||||
"version": "0.5.1-alpha.10",
|
||||
"version": "0.5.1-alpha.10-patch.0",
|
||||
"description": "Revolt API typings",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
|
||||
+1
-1
@@ -95,7 +95,7 @@ export interface User {
|
||||
/**
|
||||
* Relationship to user
|
||||
*/
|
||||
relationship?: Relationship
|
||||
relationship?: RelationshipStatus
|
||||
|
||||
/**
|
||||
* Whether the user is online
|
||||
|
||||
Reference in New Issue
Block a user