From 9fd1fbcf80de276ee8ed70dfee65368a46cc6425 Mon Sep 17 00:00:00 2001 From: Harry Zhou Date: Thu, 25 Nov 2021 13:15:57 -0600 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fddb301 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# HBot-Release +(Non-functional) 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. + +**This is not meant to be a 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. + +Anyway, most of the structure of my project is left intact, so feel free to look around and see how it works.