feat: replace Lanyard with dk0 Sentinel Discord bot, make music link clickable
Some checks failed
CI / CD / test-build (push) Failing after 5m20s
CI / CD / deploy-dev (push) Has been cancelled
CI / CD / deploy-production (push) Has been cancelled

This commit is contained in:
2026-04-22 11:43:44 +02:00
parent 049dda8dc5
commit 3a9f8f4cc5
12 changed files with 573 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "discord-presence-bot",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^14.18.0"
}
}