feat(interactionCreate.ts) finish basic interaction handling for chat input commands

This commit is contained in:
Jacob Nguyen
2022-03-22 00:47:06 -05:00
parent d34c1881bd
commit a227f1a8f2
5 changed files with 9 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"scripts": {
"compile": "tsc",
"watch": "tsc -w",
"lint": "eslint src/**/*.ts",