mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Fix apiKey not set bug?
This commit is contained in:
@@ -14,7 +14,11 @@ class osuAPI {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public init(): void {
|
public init(): void {
|
||||||
|
this.client = new Api(Environment.get().OSU_API_KEY, {
|
||||||
|
notFoundAsError: false,
|
||||||
|
completeScores: true,
|
||||||
|
parseNumeric: true
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public end(): void {
|
public end(): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user