I need help to unistall sapphire because i just downloaded in vscode with knowledge abt it
i probably shouldn't have installed it without know what it is rlly is and now i keep getting errors in my code
8 Replies
You can use
npm uninstall @sapphire/*
for npm or yarn remove @sapphire/*
for yarn. For the most accurate help, though, please provide us with the errors you're experiencing.ok
this is the whole error
and i tried
npm uninstall @sapphire/*
Ah, that's not a sapphire problem
It looks like that regex is the one for slash command names. "Embed Creator" is not a valid slash command name. In general, they should be lower case and use dashes or underscores instead of spaces.
@sapphire/shapeshift
is the validator that discord.js uses. You haven't downloaded any sapphire package directly.oh
alr
ty
👍
ima try rq
i fixed the problem thanks