| @@ -16,6 +16,7 @@ export default class extends Channel { | ||||
| 	constructor(id: string, connection: Channel['connection']) { | ||||
| 		super(id, connection); | ||||
| 		this.onNote = this.onNote.bind(this); | ||||
| 		this.emitTypers = this.emitTypers.bind(this); | ||||
| 	} | ||||
|  | ||||
| 	public async init(params: any) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo