hackchat-engine 1.1.11 → 1.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/structures/MessageStruct.js +6 -0
- package/util/Constants.js +1 -0
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ The client extends `EventEmitter`. You can listen for the following events:
|
|
|
110
110
|
| `emote` | `EmoteStruct` | A user sent a `/me` emote. |
|
|
111
111
|
| `warning` | `WarningStruct` | Server sent a warning (e.g., rate limit). |
|
|
112
112
|
| `gotCaptcha` | `CaptchaStruct` | Server requires a captcha solution. |
|
|
113
|
-
| `hackAttempt` | `HackAttemptStruct` | A
|
|
113
|
+
| `hackAttempt` | `HackAttemptStruct` | A client upgrade request attempt. |
|
|
114
114
|
| `updateMessage` | `UpdateMessageStruct` | A previously sent message was edited or deleted. |
|
|
115
115
|
|
|
116
116
|
---
|
package/package.json
CHANGED