This commit is contained in:
Holly Stubbs 2023-10-05 11:15:13 +01:00
parent 056260ad55
commit 39f6669f94

View file

@ -10,7 +10,7 @@ export default abstract class osu {
};
static Client = {
Reader: function(data:any) : any {
Reader: function(data:Buffer) {
return new nodeOsu.Client.Reader(data);
}
};