From 8f29e3a5604b25d8151b85920ecd2b406ede75e0 Mon Sep 17 00:00:00 2001
From: tfcprivt <141457761+privt00@users.noreply.github.com>
Date: Fri, 19 Apr 2024 23:29:55 +0200
Subject: [PATCH] fixed gramma (#654)

* fixed gramma

* fixed gramma
---
 src/lib/plugins/errorHandler.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/plugins/errorHandler.js b/src/lib/plugins/errorHandler.js
index 6acb33e9..4efd8509 100644
--- a/src/lib/plugins/errorHandler.js
+++ b/src/lib/plugins/errorHandler.js
@@ -1,7 +1,7 @@
 module.exports.player = async function (player, serv) {
   function unhandledRejection (promise) {
     serv.warn('-------------------------------')
-    serv.warn('Please report this flying-squid! This is bug (mabye)')
+    serv.warn('Please report this error to flying-squid! This is can be bug')
     serv.warn('Unhandled rejection warning!')
     serv.warn('Error: ' + promise)
     serv.warn('Report this error here: https://github.com/PrismarineJS/flying-squid/issues')
@@ -11,7 +11,7 @@ module.exports.player = async function (player, serv) {
 
   function uncaughtException (err) {
     serv.err('-------------------------------')
-    serv.err('Please report this flying-squid! This is bug (mabye)')
+    serv.err('Please report this error to flying-squid! This is can be bug')
     serv.err('Something went wrong!')
     serv.err('Error: ' + err.stack)
     serv.err('Report this error here: https://github.com/PrismarineJS/flying-squid/issues')