UNPKG

discord-user-bots

Version:

A library that allows you to use the full potential of Discords API to create and operate powerful user bots

42 lines (41 loc) 1.13 kB
{ "name": "discord-user-bots", "version": "2.0.3", "description": "A library that allows you to use the full potential of Discords API to create and operate powerful user bots", "main": "src/exports.js", "scripts": { "test": "node tests/methods.js" }, "repository": { "type": "git", "url": "git+https://github.com/Sopur/Discord-user-bots.git" }, "bugs": { "url": "https://github.com/Sopur/Discord-user-bots/issues" }, "homepage": "https://github.com/Sopur/Discord-user-bots", "keywords": [ "discord", "discord.js", "userbots", "selfbots", "user", "bots", "discord user bots", "api" ], "author": "Sopur", "license": "MIT", "dependencies": { "@faker-js/faker": "^7.6.0", "brotli-compress": "^1.3.3", "form-data": "^4.0.0", "http-parser-js": "^0.5.8", "https-proxy-agent": "^7.0.4", "node-fetch": "^2.7.0", "node-gzip": "^1.1.2", "openai": "^4.68.2", "uuid": "^11.1.0", "ws": "^8.3.0" } }