stoat basic functionality, most things just dont work with this api yet
All checks were successful
Build and Push Docker Image / build (push) Successful in 17s

This commit is contained in:
2026-04-02 21:00:19 -04:00
parent ae2046185c
commit 3b1b00928a
11 changed files with 268 additions and 1015 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "cockbot",
"version": "1.0.0",
"version": "2.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -16,9 +17,11 @@
},
"homepage": "https://github.com/CesiumCs/tornbot#readme",
"description": "",
"engines": {
"node": ">=22.15.0"
},
"dependencies": {
"discord.js": "^14.25.1",
"fs": "^0.0.1-security"
"stoat.js": "^7.3.6"
},
"devDependencies": {
"@eslint/js": "^9.24.0",