From 856abd364f6b15516103918b0d78ba8b7c656dc3 Mon Sep 17 00:00:00 2001 From: Harry Zhou Date: Thu, 30 May 2024 00:45:16 -0500 Subject: [PATCH] Update wording in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e25b83e..a53a31f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # HBot-Release Source code release for HBot. To be used as a reference. -While this repository contains the large majority of HBot's source code, certain features and classes were removed at my own discretion, including HBot.java, which is needed for the bot to work, to prevent people from making copies of HBot. +While this repository contains a large majority of HBot's source code, certain features and classes were removed at my own discretion, including HBot.java, which is needed for the bot to work, to make discourage people from making exact copies of HBot. **This is not meant to be a fully-functioning version. It will not compile.** -I'm happy to let people use my code as a reference, but I'd apreciate it if people don't go around making exact copies of HBot and it's features. -It's always fun to see new, interesting bots on the server, but not so much to see people copy pasting others' bots all over the place and relabeling it as their own. +I'm happy to let people use my code as a reference, but I would prefer for bots to be new and interesting, and not copies of existing bots and/or their features. Anyway, most of the structure of my project is left intact, so feel free to look around and see how it works.