add /coal and /version
This commit is contained in:
parent
4765ebf22c
commit
51b55bad36
18 changed files with 534 additions and 16 deletions
11
package.json
11
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sknsybot",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
|
|
@ -8,16 +8,21 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "tsx src/bot.ts",
|
||||
"register": "tsx src/register.ts"
|
||||
"register": "tsx src/register.ts",
|
||||
"migrate": "npx drizzle-kit push"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^5.4.1",
|
||||
"discord.js": "^14.17.3",
|
||||
"discord.js": "^14.14.1",
|
||||
"dotenv": "^16.4.7",
|
||||
"mysql": "^2.18.1",
|
||||
"mysql2": "^3.12.0",
|
||||
"node-cron": "^3.0.3",
|
||||
"wikijs": "^6.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/node-cron": "^3.0.11",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue