diff --git a/README.md b/README.md index a128d01..57c014b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ botvX is a Minecraft bot originally designed for [Kaboom](https://kaboom.pw/) an - a command core, to run commands quickly - a hashing system, to enable trusted users to securely run certain commands in chat -This is a fork from commit 4efbf43edb with partial support of using ECMAScript modules (import/export) rather than CommonJS modules (require/module.exports). Only some plugins have been converted, and a lot of functionality is missing. Due to differences in how Node.js operates in these two modes, this version is API incompatible with the regular version, and has version number 11. This will most likely never become complete, as CommonJS works well enough to continue using, and it supports more features, such as automatic plugin detection. +This is a fork from commit 4efbf43edb with partial support of using ECMAScript modules (import/export) rather than CommonJS modules (require/module.exports). Only some plugins have been converted, and a lot of functionality is missing. Due to differences in how Node.js operates in these two modes, this version is API incompatible with the regular version, and has version number 11. This will most likely never become complete, as CommonJS works well enough to continue using, and it supports more features, such as automatic plugin detection, and using `require` inside of a function. ## How to install? @@ -32,7 +32,7 @@ This is a fork from commit 4efbf43edb with partial support of using ECMAScript m | logoff | | Disconnect and reconnect the bot from a server | | netmsg | \ | Send a message to all servers the bot is connected to | | refill | | Refill core | -| say | \ | Sends a message to chat | +| say | \ | Sends a message to chat | | serverinfo | | Get system/bot info, similar to Kaboom's serverinfo command | | stop | | Restart bot | | template | | Used in development, does nothing |