Commit 2b79d6ab authored by ekgame's avatar ekgame
Browse files

Make the host and port optional in the BanchoClientOptions type definition.

parent b34a6848
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -752,11 +752,11 @@ declare module "bancho.js" {
		/**
		 * Custom IRC host (for proxy-ing from a firewall for example)
		 */
		host: string,
		host?: string,
		/**
		 * Custom IRC port
		 */
		port: number,
		port?: number,
		/**
		 * osu! API key for API requests (see https://osu.ppy.sh/p/api). WARNING: Multiplayer lobbies won't work without an API key!
		 */