You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duncan Sterken edited this page Feb 11, 2020
·
5 revisions
Getting started
If you want to attempt and self-host this project you will need to make note of the following things:
Support will not be provided, there is a version of the bot hosted over here for free that has support attached to it.
You will need to compile a custom jar, DuncteBot is designed to run off a Laravel API as the database. This is why all the SQLite classes are removed at compile time.
Setting Up
Once you've got a jar compiled you will need to write some code to deserialize the config using the Jackson library (good luck).
Once you've done that you are good to go. Enjoy your self-hosted DuncteBot.