chore: deps

This commit is contained in:
iCrawl
2024-02-06 01:53:30 +01:00
parent 3755e66d41
commit ae57d7facb
47 changed files with 4634 additions and 3664 deletions

View File

@@ -27,7 +27,7 @@ export function InstallButton() {
}}
type="button"
>
<span className="font-semibold text-blurple">{'>'}</span> npm install discord.js{' '}
<span className="text-blurple font-semibold">{'>'}</span> npm install discord.js{' '}
{state.value && interacted ? (
<FiCheck className="ml-1 inline-block text-green-500" />
) : (