We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0dd1f7 commit 6524accCopy full SHA for 6524acc
1 file changed
src/bot.ts
@@ -29,7 +29,7 @@ export class Bot extends EventEmitter {
29
_ws: WebSocket | undefined
30
_timeout: number = 5000
31
32
- private subscriptions: Subscriptions
+ private subscriptions: Subscriptions = 0
33
private channels = new Map<number, Channel>();
34
private users: Array<User> = []
35
private online: OnlineData = { total: 0 }
0 commit comments