fried
fried
SIASapphire - Imagine a framework
Created by fried on 12/16/2022 in #sapphire-support
i got a bunch of typescript errors
12 replies
SIASapphire - Imagine a framework
Created by fried on 12/16/2022 in #sapphire-support
i got a bunch of typescript errors
12 replies
SIASapphire - Imagine a framework
Created by fried on 12/16/2022 in #sapphire-support
i got a bunch of typescript errors
ok
12 replies
SIASapphire - Imagine a framework
Created by fried on 12/16/2022 in #sapphire-support
i got a bunch of typescript errors
latest is 13.12.0 i think
12 replies
SIASapphire - Imagine a framework
Created by fried on 12/16/2022 in #sapphire-support
i got a bunch of typescript errors
how do i do that
12 replies
SIASapphire - Imagine a framework
Created by fried on 12/16/2022 in #sapphire-support
i got a bunch of typescript errors
12 replies
SIASapphire - Imagine a framework
Created by fried on 12/16/2022 in #sapphire-support
i got a bunch of typescript errors
this my index.ts
import { SapphireClient } from "@sapphire/framework";
import { config } from "dotenv";
config();

const client = new SapphireClient({ intents: ["Guilds"] });

client.login(process.env.TOKEN);
import { SapphireClient } from "@sapphire/framework";
import { config } from "dotenv";
config();

const client = new SapphireClient({ intents: ["Guilds"] });

client.login(process.env.TOKEN);
12 replies