This commit is contained in:
Hri7566 2024-02-26 00:19:29 -05:00
parent 4073a87f4e
commit 0808584aba
2 changed files with 1 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -123,7 +123,7 @@ export function stopFishing(
if (t > autofish_t + 5 * 60000) {
addBack(fisher.id, {
m: "sendchat",
message: `Friend @${fisher.userID}'s AUTOFISH has sibsided after 5.0 minutes.`,
message: `Friend @${fisher.userID}'s AUTOFISH has subsided after 5.0 minutes.`,
isDM: fisher.isDM,
id: fisher.userID
});