Skip to content

Commit

Permalink
add bigquant
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWei-KUMO committed Sep 30, 2024
1 parent d2fc38e commit 986ff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function prepareBot() {
let array = await splitTextIntoArray(answer)
const interval = setInterval(async () => {
if (array.length) {
await sendMessage(oomMsg.id, array.shift())
await sendMessage(roomMsg.id, array.shift())
} else {
clearInterval(interval);
}
Expand Down

0 comments on commit 986ff51

Please sign in to comment.