feat: set up discord bot

This commit is contained in:
2025-08-11 19:18:46 -07:00
parent c21cc89505
commit eafb205f91
14 changed files with 523 additions and 11 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.0.0",
"description": "Link shortening service managed via a Discord bot",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},