feat: replace Lanyard with dk0 Sentinel Discord bot, make music link clickable

This commit is contained in:
denshooter
2026-04-22 11:43:44 +02:00
parent 049dda8dc5
commit 3a9f8f4cc5
12 changed files with 573 additions and 16 deletions
+12
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"
}
}