clyde-gateway
Version:
Simple and very small library to connect your bot to the discord gateway
23 lines (22 loc) • 498 B
JSON
{
"name": "clyde-gateway",
"version": "1.2.3",
"description": "Simple and very small library to connect your bot to the discord gateway",
"main": "index.js",
"keywords": [
"gateway",
"discord",
"websocket",
"bot"
],
"repository": {
"type": "git",
"url": "https://github.com/Av32000/Clyde-Gateway.git"
},
"author": "Av32000",
"license": "ISC",
"dependencies": {
"ws": "^8.17.1"
},
"homepage": "https://github.com/Av32000/Clyde-Gateway#readme"
}