Alexandre
Alexandre
SIASapphire - Imagine a framework
Created by Alexandre on 1/6/2023 in #sapphire-support
build error
I can build my project, and the error come from the framework (i use nodejs v18)
13 replies
SIASapphire - Imagine a framework
Created by Alexandre on 1/4/2023 in #sapphire-support
PaginatedMessage autodelete
Heyyy, Is there a way to auto delete PaginatedMessage after it has been closed ?
9 replies
SIASapphire - Imagine a framework
Created by Alexandre on 12/10/2022 in #sapphire-support
Error when using plugin-i18next
node_modules/i18next/index.d.ts:309:18 - error TS2430: Interface 'InitOptions<T>' incorrectly extends interface 'PluginOptions<T>'. Type 'InitOptions<T>' is not assignable to type 'Omit<{ detection?: object | undefined; backend?: T | undefined; cache?: object | undefined; i18nFormat?: object | undefined; }, never>'. Types of property 'backend' are incompatible. Type 'Options | undefined' is not assignable to type 'T | undefined'. Type 'Options' is not assignable to type 'T'. 'T' could be instantiated with an arbitrary type which could be unrelated to 'Options'. 309 export interface InitOptions<T = object> extends PluginOptions<T> { ~~~ Found 1 error in node_modules/i18next/index.d.ts:309
15 replies
SIASapphire - Imagine a framework
Created by Alexandre on 12/8/2022 in #sapphire-support
Can a parse be async?
And would it be 'override async' or 'async override'?
17 replies
SIASapphire - Imagine a framework
Created by Alexandre on 12/6/2022 in #sapphire-support
Precondition and InteractionHandler
Hey, is there a way to add precondition to InteractionHandler ?
12 replies