discord.handler.ts
Version:
a simple discord handler
20 lines (19 loc) • 356 B
JSON
{
"name": "discord.handler.ts",
"version": "1.3.3",
"description": "a simple discord handler ",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"build": "tsc -p .",
"test": "index.test.js"
},
"keywords": [
"handler",
"ziad",
"discord.js-handler",
"discord-handler"
],
"author": "ziad",
"license": "ISC"
}