Hildabot, built for Hildacord.
Note
As the library this project relies on has been discontinued, this project has been succeeded by a newer version that uses a different library (and language) which can be found here. This bot is no longer deployed in production, and likely will full further out of date as the Discord API advances. This repository exists only for posterity's sake.
Important
This bot was built from the ground up to work with a specific Discord guild - as such, I provide no guarantees that it'll run properly in any guilds outside of the one it was designed for, or any help accomplishing such.
However, if you wish to run it in your own guild:
- You'll need to swap out all of the IDs in the source for IDs in your server. A project-wide regex search in your IDE for Discord snowflakes (
[0-9]{17,}) should identify anything that needs to be swapped out. - Set up a Redis database. This is required for things such as XP, submissions, and the store.
- Fill out
config.java. You'll need to supply a prefix, your Discord bot token, and a lettuce-compatible Redis URI. More details on that here.