Commit 802af65a authored by Hugo Denizart's avatar Hugo Denizart
Browse files

Definitions: Fix ChannelMessage channel attribute type

parent 9f0fcdfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -627,7 +627,7 @@ declare module "bancho.js" {
	 * The type for channel messages.
	 */
	class ChannelMessage extends BanchoMessage {
		channel: string
		channel: BanchoChannel
	}

	/**