From 0808584aba919247c26dc4cf5377bcb2b98d36bd Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Mon, 26 Feb 2024 00:19:29 -0500 Subject: [PATCH] Fix typo --- bun.lockb | Bin 8700 -> 8700 bytes src/api/fish/fishers.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lockb b/bun.lockb index d76ce6a3ad559cb880fbe642305bfaf75469a7b9..3bbb7e0bbf719d8c93dd601b8b140057f65d7a20 100755 GIT binary patch delta 20 bcmez4{Kt7ivp73roS~kfp7G``@ggn&Ri*~; delta 20 Ycmez4{Kt7ivp72w0~l=X5-;Kc07@hUq5uE@ diff --git a/src/api/fish/fishers.ts b/src/api/fish/fishers.ts index 92238f6..73c274d 100644 --- a/src/api/fish/fishers.ts +++ b/src/api/fish/fishers.ts @@ -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 });