mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Delete osu.ts
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
import { Api } from 'node-osu';
|
||||
import Environment from './Environment';
|
||||
|
||||
class osu {
|
||||
|
||||
public client: Api;
|
||||
|
||||
constructor () {
|
||||
this.client = new Api(Environment.get().OSU_API_KEY, {
|
||||
notFoundAsError: false,
|
||||
completeScores: true,
|
||||
parseNumeric: true
|
||||
});
|
||||
}
|
||||
|
||||
public init(): void {
|
||||
|
||||
}
|
||||
|
||||
public end(): void {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default new osu();
|
||||
Reference in New Issue
Block a user