Skip to content

Commit

Permalink
Fix legacy กี่คำ command
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Apr 24, 2022
1 parent 226b7a2 commit db093f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/legacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ sclient.useResponse(
const asqlen = awesome_salim_quotes.getData().length;
return `มันก็จะมีอยู่ ${
keywords.getData().length
} คำที่พวกสามกีบชอบพูดซึ่งทำให้ผมไม่สบายใจ ผมเองก็มีประโยคที่ผมเตรียมนำไปใช้ด่าพวกสามกีบ อยู่ ${
} คำที่พวกสามกีบชอบพูดซึ่งทำให้ผมไม่สบายใจ ผมเองก็มีประโยคที่ผมได้เตรียมนำไปใช้ด่าพวกสามกีบ อยู่ ${
locallen + asqlen
} โดยแบ่งเป็นประโยคจากแหล่งที่มาคุณภาพ ${asqlen} ประโยค และจากกลุ่มผู้สร้างบอทสลิ่ม ${locallen} ประโยค`;
} ประโยค โดยแบ่งเป็นประโยคจากแหล่งที่มาคุณภาพ ${asqlen} ประโยค และจากกลุ่มผู้สร้างบอทสลิ่ม ${locallen} ประโยค`;
}),
reply: true,
audio: true,
Expand Down

0 comments on commit db093f6

Please sign in to comment.