Skip to content

Commit 2cd1104

Browse files
committed
8.0.0
1 parent 5133096 commit 2cd1104

32 files changed

+42795
-7186
lines changed

docs/docs_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Attempts to delete a message
286286
- **callback** - `function` that takes the following parameters:
287287
- **error** - error object if any occurred
288288

289-
deleteMessages(messages, `options`, `callback`)
289+
deleteMessages(messages, `callback`)
290290
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
291291

292292
Attempts to bulk delete messages from the same channel

lib/Client/Client.js

Lines changed: 524 additions & 1350 deletions
Large diffs are not rendered by default.

lib/Client/ConnectionState.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
"use strict";
2-
3-
exports.__esModule = true;
4-
exports["default"] = {
5-
IDLE: 0,
6-
LOGGING_IN: 1,
7-
LOGGED_IN: 2,
8-
READY: 3,
9-
DISCONNECTED: 4
10-
};
11-
module.exports = exports["default"];
1+
"use strict";exports.__esModule = true;exports["default"] = {IDLE:0,LOGGING_IN:1,LOGGED_IN:2,READY:3,DISCONNECTED:4};module.exports = exports["default"];

0 commit comments

Comments
 (0)