feat: Add application emoji search

This commit is contained in:
Linnea Gräf 2025-03-10 18:36:32 +01:00
parent da13cdf3e9
commit 7b707ec557
No known key found for this signature in database
GPG key ID: AA563E93EB628D91
5 changed files with 51 additions and 17 deletions

View file

@ -5,7 +5,8 @@
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": "node --no-warnings=ExperimentalWarning --loader ts-node/esm src/index.ts"
"start": "node --no-warnings=ExperimentalWarning --loader ts-node/esm src/index.ts",
"check": "tsc"
},
"dependencies": {
"discord.js": "^14.17.2",