sach!n
Explore posts from serversSIASapphire - Imagine a framework
•Created by sach!n on 12/18/2023 in #sapphire-support
Typescript error on trying to use fetch
node_modules/@sapphire/fetch/dist/cjs/index.d.ts:264:12 - error TS2304: Cannot find name 'BodyInit'.
264 body?: BodyInit | Record<any, any>;
~~~~
tsconfig:
5 replies
SIASapphire - Imagine a framework
•Created by sach!n on 12/16/2023 in #sapphire-support
message and chat input command with arguments
I want to register same command as message command and chatInput command with arguments, is there an example of how to use same reply function for both messageRun and chatInputRun in this case ?
12 replies