Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cominatyou/hildabot
Hildabot for Hildacord.
https://github.com/cominatyou/hildabot
Last synced: about 2 months ago
JSON representation
Hildabot for Hildacord.
- Host: GitHub
- URL: https://github.com/cominatyou/hildabot
- Owner: CominAtYou
- License: apache-2.0
- Created: 2022-01-24T15:11:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T18:02:02.000Z (2 months ago)
- Last Synced: 2024-11-01T19:17:13.641Z (2 months ago)
- Language: Java
- Homepage:
- Size: 646 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hildabot
Hildabot, built for Hildacord.> [!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:
1. 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.
2. Set up a Redis database. This is required for things such as XP, submissions, and the store.
3. Fill out [`config.java`](src/main/java/com/cominatyou/Config.java). You'll need to supply a prefix, your Discord bot token, and a lettuce-compatible Redis URI. More details on that [here](https://github.com/lettuce-io/lettuce-core/wiki/Redis-URI-and-connection-details#uri-syntax).