Carbon

C

Carbon

Join the community to ask questions about Carbon and get answers from other members.

Join

TypeError when importing any command or Client

Hey. When I import either of these 2 classes, I get this error.
import { Client, ClientMode } from "@buape/carbon"
import CommandHandler from "~/server/discord/handler";
import { Client, ClientMode } from "@buape/carbon"
import CommandHandler from "~/server/discord/handler";
...
Solution:
I must've been doing something wrong the first, time turbopack appears to fix it now