update scripts / readme and add trello-helper

This commit is contained in:
Lio Young 2021-04-24 17:41:04 +02:00
parent e97405afca
commit c1c79c4a21
No known key found for this signature in database
GPG Key ID: 789795A11879E169
3 changed files with 780 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# [Thaldrin](https://thaldr.in)
# [Thaldrin]
Repo for Thaldrin v4, rewritten entirely based on [his previous Version](https://werewolf.codes/t/thaldrin).
@ -7,9 +7,11 @@ Repo for Thaldrin v4, rewritten entirely based on [his previous Version](https:/
- Supabase
- [yiff.rest] API Key
- [sheri.bot] API Key
- [thaldr.in] API Key
- Docker
Thaldrin uses Supabase as his Database backend. \
His Image and Roleplay Commands are backed by the APIs provided by [Sheri] and [Furry Bot]
His Image and Roleplay Commands are backed by the APIs provided by [sheri.bot], [yiff.rest], and [thaldr.in]
# Run locally
@ -20,7 +22,6 @@ cd thaldrin
# Thaldrin uses Submodules for various things
# you'll need to fetch those files
npm run init
npm run update:subs
# Build him
npm run build
@ -33,13 +34,14 @@ npm run start
# Credits
- Lio - **Developer** - [@HimboLion](https://kji.tf)
- Thaldrin - **OC Owner** - [@ThalLycal](https://twitter.com/ThalLycal)
- Zuroth - **OC Owner** - [@ThalLycal](https://twitter.com/ThalLycal)
# License
**Thaldrin** is released under the [MIT](/LICENSE) License
[yiff.rest]: (https://yiff.rest)
[furry bot]: (https://yiff.rest)
[sheri]: (https://sheri.bot)
[sheri.bot]: (https://sheri.bot)
[yiff.rest]: https://yiff.rest
[sheri]: https://sheri.bot
[sheri.bot]: https://sheri.bot
[thaldr.in]: https://thaldr.in
[thaldrin]: https://thaldr.in

766
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,9 @@
"build": "tsc",
"start": "node build/index.js",
"dev": "npm run build && npm run start",
"init": "git submodules init && git submodule update",
"update:subs": "git submodule update --remote"
"init": "npm run subs:init && npm run sub:update",
"subs:init": "git submodules init && git submodule update",
"subs:update": "git submodule update --remote"
},
"repository": {
"type": "git",
@ -26,6 +27,7 @@
"@thaldrin/sourcefinder": "^1.0.3",
"chalk": "^4.1.0",
"discord.js": "^12.5.3",
"trello-helper": "^3.0.7",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.1",
"yiff": "^3.1.1"