Goosy
Goosy
Explore posts from servers
SIASapphire - Imagine a framework
Created by Goosy on 6/11/2023 in #sapphire-support
Passing down arguments of Commands to the Interaction Handlers
that hurts my soul but I'll keep it in mind xD
7 replies
SIASapphire - Imagine a framework
Created by Goosy on 6/11/2023 in #sapphire-support
Passing down arguments of Commands to the Interaction Handlers
ah I see, will do for my purpose
7 replies
SIASapphire - Imagine a framework
Created by Goosy on 6/11/2023 in #sapphire-support
Triggering a Modal, Message With Buttons, ...
thanks, it worky now
3 replies
SIASapphire - Imagine a framework
Created by Goosy on 6/11/2023 in #sapphire-support
Node Heap Allocation Issue
thx though
11 replies
SIASapphire - Imagine a framework
Created by Goosy on 6/11/2023 in #sapphire-support
Node Heap Allocation Issue
cant really follow on the discussion there but fixed it for now using pnpm update. I guess some lib was outdated with that bug
11 replies
SIASapphire - Imagine a framework
Created by Goosy on 6/11/2023 in #sapphire-support
Node Heap Allocation Issue
11 replies
SIASapphire - Imagine a framework
Created by Goosy on 6/11/2023 in #sapphire-support
Node Heap Allocation Issue
11 replies
SIASapphire - Imagine a framework
Created by Goosy on 6/11/2023 in #sapphire-support
Node Heap Allocation Issue
{
"extends": "@sapphire/ts-config",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"tsBuildInfoFile": "dist/.tsbuildinfo",
"noUnusedLocals": false,
"noUnusedParameters": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"importHelpers": true,
"paths": {
"tslib" : ["./node_modules/tslib/tslib.d.ts"]
},
},
"include": ["src"]
}
{
"extends": "@sapphire/ts-config",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"tsBuildInfoFile": "dist/.tsbuildinfo",
"noUnusedLocals": false,
"noUnusedParameters": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"importHelpers": true,
"paths": {
"tslib" : ["./node_modules/tslib/tslib.d.ts"]
},
},
"include": ["src"]
}
11 replies
SIASapphire - Imagine a framework
Created by Goosy on 6/11/2023 in #sapphire-support
Node Heap Allocation Issue
{
"type": "commonjs",
"main": "dist/index.js",
"engines": {
"node": ">=16.6.0"
},
"dependencies": {
"@sapphire/decorators": "^6.0.1",
"@sapphire/discord-utilities": "^3.0.3",
"@sapphire/discord.js-utilities": "6.0.7",
"@sapphire/fetch": "^2.4.1",
"@sapphire/framework": "^4.4.3",
"@sapphire/pieces": "^3.6.3",
"@sapphire/plugin-api": "^5.0.3",
"@sapphire/plugin-editable-commands": "^3.0.2",
"@sapphire/plugin-logger": "^3.0.3",
"@sapphire/plugin-subcommands": "^4.0.1",
"@sapphire/time-utilities": "^1.7.9",
"@sapphire/type": "^2.4.0",
"@sapphire/utilities": "^3.11.1",
"@skyra/env-utilities": "^1.2.0",
"colorette": "^2.0.20",
"discord.js": "^14.10.2",
"dotenv": "^16.0.3",
"firebase-admin": "^11.9.0",
"tslib": "^2.5.3",
"typescript": "^5.1.3"
},
"devDependencies": {
"@sapphire/cli": "^1.6.1",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^4.0.0",
"@types/node": "^18.16.3",
"@types/ws": "^8.5.4",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"ts-node-dev": "^2.0.0"
},
"scripts": {
"sapphire": "sapphire",
"generate": "sapphire generate",
"build": "tsc",
"watch": "tsc -w",
"start": "node dist/index.js",
"dev": "run-s build start",
"watch:start": "ts-node-dev --respawn --transpile-only dist/index.js",
"format": "prettier --write \"src/**/*.ts\""
}
}
{
"type": "commonjs",
"main": "dist/index.js",
"engines": {
"node": ">=16.6.0"
},
"dependencies": {
"@sapphire/decorators": "^6.0.1",
"@sapphire/discord-utilities": "^3.0.3",
"@sapphire/discord.js-utilities": "6.0.7",
"@sapphire/fetch": "^2.4.1",
"@sapphire/framework": "^4.4.3",
"@sapphire/pieces": "^3.6.3",
"@sapphire/plugin-api": "^5.0.3",
"@sapphire/plugin-editable-commands": "^3.0.2",
"@sapphire/plugin-logger": "^3.0.3",
"@sapphire/plugin-subcommands": "^4.0.1",
"@sapphire/time-utilities": "^1.7.9",
"@sapphire/type": "^2.4.0",
"@sapphire/utilities": "^3.11.1",
"@skyra/env-utilities": "^1.2.0",
"colorette": "^2.0.20",
"discord.js": "^14.10.2",
"dotenv": "^16.0.3",
"firebase-admin": "^11.9.0",
"tslib": "^2.5.3",
"typescript": "^5.1.3"
},
"devDependencies": {
"@sapphire/cli": "^1.6.1",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^4.0.0",
"@types/node": "^18.16.3",
"@types/ws": "^8.5.4",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"ts-node-dev": "^2.0.0"
},
"scripts": {
"sapphire": "sapphire",
"generate": "sapphire generate",
"build": "tsc",
"watch": "tsc -w",
"start": "node dist/index.js",
"dev": "run-s build start",
"watch:start": "ts-node-dev --respawn --transpile-only dist/index.js",
"format": "prettier --write \"src/**/*.ts\""
}
}
11 replies
SIASapphire - Imagine a framework
Created by Goosy on 6/10/2023 in #sapphire-support
Passing down from the index.ts and arguments to subcommands
Works perfectly thanks :D
6 replies