Commit d23d4ccb authored by Hugo Denizart's avatar Hugo Denizart
Browse files

BanchoChannel: Mark join/leave functions async in doc

parent 73805952
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ class BanchoChannel extends EventEmitter {
	/**
	 * Join the channel
	 * 
	 * @async
	 * @returns {Promise<null>}
	 */
	join() {
@@ -88,6 +89,7 @@ class BanchoChannel extends EventEmitter {
	/**
	 * Leave the channel
	 * 
	 * @async
	 * @returns {Promise<null>}
	 */
	leave() {