()
| 78 | } |
| 79 | |
| 80 | async getCurrentUser(): Promise<ApiResult<User>> { |
| 81 | return await this.get("/api/current_user"); |
| 82 | } |
| 83 | |
| 84 | async getCurrentUserGuilds(): Promise<ApiResult<CurrentGuildsResponse>> { |
| 85 | return await this.get("/api/guilds"); |
no test coverage detected