Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 6d2d4d1

Browse files
committed
version 1.5.31
1 parent ce492ef commit 6d2d4d1

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 📦 Version 1.5.32
2+
### ⬆️ What's Changed
3+
- **fb-chat-api/index.js**: add new api: `handleFriendRequest`
4+
- **fb-chat-api/src/editMessage.js**: Update editMessage.js
5+
- **fb-chat-api/src/handleFriendRequest.js**: add new api: `handleFriendRequest`
6+
- **scripts/cmds/ban.js**: Check if the member exists in the chat box before kicking it out of the chat box
7+
- **scripts/cmds/rankup.js**: Fix custom message not working error
8+
### Contributors
9+
- <div style="display: flex; align-items: center;"><a href="https://github.com/ntkhang03">ntkhang03&nbsp;&nbsp;</a> <img src="https://github.com/ntkhang03.png" width="20" height="20" style="border-radius:50%; margin-top: px;" alt="ntkhang03"></div>
10+
11+
---
112
## 📦 Version 1.5.31
213
### ⬆️ What's Changed
314
- **scripts/cmds/setname.js**: fix error when name has special characters

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "goat-bot-v2",
3-
"version": "1.5.31",
3+
"version": "1.5.32",
44
"description": "A simple Bot chat messenger using personal account. Made by NTKhang.",
55
"main": "index.js",
66
"engines": {

versions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,5 +2458,15 @@
24582458
"files": {
24592459
"scripts/cmds/setname.js": "fix error when name has special characters"
24602460
}
2461+
},
2462+
{
2463+
"version": "1.5.32",
2464+
"files": {
2465+
"fb-chat-api/index.js": "add new api: `handleFriendRequest`",
2466+
"fb-chat-api/src/editMessage.js": "Update editMessage.js",
2467+
"fb-chat-api/src/handleFriendRequest.js": "add new api: `handleFriendRequest`",
2468+
"scripts/cmds/ban.js": "Check if the member exists in the chat box before kicking it out of the chat box",
2469+
"scripts/cmds/rankup.js": "Fix custom message not working error"
2470+
}
24612471
}
24622472
]

0 commit comments

Comments
 (0)