You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Discord.https is a modular library for building and managing Discord HTTP interactions with the Discord API. It provides tools for routing and managing interaction efficiently.",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"build": "tsc --build",
"start": "cd dist && node .",
"doc:build": "typedoc",
"doc:start": "http-server ./docs -a 127.0.0.1 -p 3000 -c-1"