Go to file
Lio Young 1e97faa159 remove lantern network 2021-07-15 10:35:45 +02:00
lantern@0c6e6acc49 what the fuck is breaking now 2021-07-12 18:03:51 +02:00
src remove prometheus and fix help command 2021-07-12 18:58:33 +02:00
.gitignore update scripts 2021-07-08 13:45:56 +02:00
.gitmodules move lantern out of src 2021-05-13 14:46:18 +02:00
Dockerfile hopefully fix dockerfile 2021-07-11 19:19:37 +02:00
LICENSE initial 2021-04-04 17:17:46 +02:00
LICENSE.md add license 2021-07-08 13:48:13 +02:00
README.md update scripts / readme and add trello-helper 2021-04-24 17:41:04 +02:00
docker-compose.yml remove lantern network 2021-07-15 10:35:45 +02:00
index.ts different sharding method 2021-04-28 03:31:12 +02:00
package-lock.json add typescript to dev deps 2021-07-12 19:04:11 +02:00
package.json add typescript to dev deps 2021-07-12 19:04:11 +02:00
pnpm-lock.yaml add prometheus 2021-05-13 22:33:16 +02:00
sample.config.ts update types and sample config 2021-04-24 17:41:48 +02:00
shard.ts logging 2021-05-10 17:21:52 +02:00
tsconfig.json add suggestion command 2021-04-24 17:42:07 +02:00
variables.ts update vars 2021-07-11 19:34:37 +02:00

README.md

Thaldrin

Repo for Thaldrin v4, rewritten entirely based on his previous Version.

Requirements

Thaldrin uses Supabase as his Database backend.
His Image and Roleplay Commands are backed by the APIs provided by sheri.bot, yiff.rest, and thaldr.in

Run locally

git clone https://github.com/thaldrin/thaldrin.git
cd thaldrin

# Thaldrin uses Submodules for various things
# you'll need to fetch those files
npm run init

# Build him
npm run build

# Run
npm run start

Credits

License

Thaldrin is released under the MIT License