čamdžić
čamdžić
SIASapphire - Imagine a framework
Created by čamdžić on 9/8/2024 in #sapphire-support
Object literal may only specify known properties, and 'name' does not exist in type 'ToAPIApplicatio
unknown error
18 replies
SIASapphire - Imagine a framework
Created by čamdžić on 9/3/2024 in #sapphire-support
serialize a bigint Plugins
2024-09-03 11:22:15 - FATAL - TypeError: Do not know how to serialize a BigInt
2024-09-03 11:22:15 - FATAL - at JSON.stringify (<anonymous>)
2024-09-03 11:22:15 - FATAL - at _ApiResponse.json (/home/x/SwBot/node_modules/@sapphire/plugin-api/dist/cjs/lib/structures/api/ApiResponse.cjs:101:75)
2024-09-03 11:22:15 - FATAL - at [HTTP-GET] (/home/x/SwBot/dist/routes/answers.js:20:25)
2024-09-03 11:22:15 - FATAL - at async _PluginListener.run (/home/x/SwBot/node_modules/@sapphire/plugin-api/dist/cjs/listeners/PluginServerMiddlewareSuccess.cjs:14:7)
2024-09-03 11:22:15 - FATAL - at async Object.fromAsync (/home/x/SwBot/node_modules/@sapphire/result/dist/cjs/index.cjs:619:22)
2024-09-03 11:22:15 - FATAL - at async _PluginListener._run (/home/xn/SwBot/node_modules/@sapphire/framework/dist/cjs/lib/structures/Listener.cjs:27:22)
2024-09-03 11:22:15 - FATAL - TypeError: Do not know how to serialize a BigInt
2024-09-03 11:22:15 - FATAL - at JSON.stringify (<anonymous>)
2024-09-03 11:22:15 - FATAL - at _ApiResponse.json (/home/x/SwBot/node_modules/@sapphire/plugin-api/dist/cjs/lib/structures/api/ApiResponse.cjs:101:75)
2024-09-03 11:22:15 - FATAL - at [HTTP-GET] (/home/x/SwBot/dist/routes/answers.js:20:25)
2024-09-03 11:22:15 - FATAL - at async _PluginListener.run (/home/x/SwBot/node_modules/@sapphire/plugin-api/dist/cjs/listeners/PluginServerMiddlewareSuccess.cjs:14:7)
2024-09-03 11:22:15 - FATAL - at async Object.fromAsync (/home/x/SwBot/node_modules/@sapphire/result/dist/cjs/index.cjs:619:22)
2024-09-03 11:22:15 - FATAL - at async _PluginListener._run (/home/xn/SwBot/node_modules/@sapphire/framework/dist/cjs/lib/structures/Listener.cjs:27:22)
10 replies
SIASapphire - Imagine a framework
Created by čamdžić on 8/17/2024 in #sapphire-support
drizzle orm
i can't use postgres with drizzle orm with sapphire/cli
19 replies
SIASapphire - Imagine a framework
Created by čamdžić on 8/14/2024 in #sapphire-support
cli question
are we required to use commonjs module from CLI example ? (its like that in package.json) and what whill happen if i change it to module
4 replies
SIASapphire - Imagine a framework
Created by čamdžić on 8/10/2024 in #sapphire-support
env/join not working properly
hi
13 replies
SIASapphire - Imagine a framework
Created by čamdžić on 8/8/2024 in #sapphire-support
logger
is it possible to enable how many commands are loaded etc
7 replies
SIASapphire - Imagine a framework
Created by čamdžić on 8/7/2024 in #sapphire-support
declaration for DetailedDescriptionCommand not working
so i declared DetailedDescriptionCommand in my index.d.ts and it's not working
64 replies
SIASapphire - Imagine a framework
Created by čamdžić on 8/3/2024 in #sapphire-support
declarations
can I put all sapphire declarations for framework & pieces in index.d.ts or it's just for arguments?
2 replies
SIASapphire - Imagine a framework
Created by čamdžić on 8/2/2024 in #sapphire-support
Argument not found
UserError: The argument "rarity" was not found.
5 replies
SIASapphire - Imagine a framework
Created by čamdžić on 8/2/2024 in #sapphire-support
Prefix
How to get prefix of executed command in messageRun? I have more of them so I need to get one sender used
6 replies
SIASapphire - Imagine a framework
Created by čamdžić on 8/2/2024 in #sapphire-support
Packages problem
Hello Hello, I manually installed the packages using the commands from the guide, but when I extended the container and declared "@sapphire/pieces" it said that I don't have that package installed, does it come with /framework or not?
23 replies