mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-04-23 19:04:23 +00:00
More typings to classes, commands, events, funcs
This commit is contained in:
@@ -5,12 +5,10 @@ import { station } from "./Stations";
|
||||
|
||||
export default class Streamer {
|
||||
map: any;
|
||||
mode: any | null;
|
||||
logger: any;
|
||||
mode: "auto" | "manual" = "manual";
|
||||
|
||||
constructor() {
|
||||
this.map = new Map();
|
||||
this.mode = null;
|
||||
}
|
||||
|
||||
init(client: RadioClient){
|
||||
|
||||
Reference in New Issue
Block a user