Update wording in README

This commit is contained in:
Harry Zhou 2024-05-30 00:45:16 -05:00 committed by GitHub
parent 83e3e916fb
commit 856abd364f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.