Here you will find behaviors and addons that you can download and add to your Tehbot, this is not a full working version of Tehbot and only meant for me to keep my Behaviors and Minimodes updated.
Report Bug
·
Request Feature
I wanted to contribute to the Behaviors & Minimodes being written for Tehbot to help grow the use of it without having to submit pull requests for each update and without having to add to the creators plate of then supporting my additional code. Standard Addons are what ship with Tehbot.
Here's why:
- If I ever stop supporting the code it will not be on the Tehbot creator to then pickup where I left off.
- Issues can be logged here to me and not on the main Tehbot github allowing me to work on them at my pace.
- You can form this and not worry about messing up any of the core Tehbot files
Below you will find a link to Tehbot fork we are using when writing these, some are using sqlite and that is why I choose to use the forked version over the core version (along with a bunch of other quality of life changes).
Each script listed below will have inside of it the required files in the same structure as Tehbot. All you have to do is download the folder you want and then copy its contents into Tehbots root folder.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request