This repository was archived by the owner on Sep 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 📦 Version 1.5.31
2+ ### ⬆️ What's Changed
3+ - ** scripts/cmds/setname.js** : fix error when name has special characters
4+ ### Contributors
5+ - <div style =" display : flex ; align-items : center ;" ><a href =" https://github.com/ntkhang03 " >ntkhang03  ;  ; </a > <img src =" https://github.com/ntkhang03.png " width =" 20 " height =" 20 " style =" border-radius :50% ; margin-top : px;" alt =" ntkhang03 " ></div >
6+
7+ ---
18## 📦 Version 1.5.30
29### ⬆️ What's Changed
310- ** bot/handler/handlerCheckData.js** : code optimization
Original file line number Diff line number Diff line change 11{
22 "name" : " goat-bot-v2" ,
3- "version" : " 1.5.30 " ,
3+ "version" : " 1.5.31 " ,
44 "description" : " A simple Bot chat messenger using personal account. Made by NTKhang." ,
55 "main" : " index.js" ,
66 "engines" : {
Original file line number Diff line number Diff line change 24522452 "scripts/cmds/cmd.js" : " Replace the `createQueue` function into the `TaskQueue` class, code optimization" ,
24532453 "utils.js" : " Replace the `createQueue` function into the `TaskQueue` class"
24542454 }
2455+ },
2456+ {
2457+ "version" : " 1.5.31" ,
2458+ "files" : {
2459+ "scripts/cmds/setname.js" : " fix error when name has special characters"
2460+ }
24552461 }
24562462]
You can’t perform that action at this time.
0 commit comments