feat(create-discord-bot): Add prompts, command handler and deployment script (#9570)

* feat(create-discord-bot): Add prompts, command handler and deployment script

* fix: revert package template name

* chore: make requested changes

* chore: make requested changes

* fix: remove uneeded listeners

* fix: use `0` for eslint

* fix: remaining requested changes

* chore: requested changes

* fix: remove redundant call
This commit is contained in:
Suneet Tipirneni
2023-07-16 13:13:18 -04:00
committed by GitHub
parent e5effb6f6a
commit 84f1b1890d
25 changed files with 518 additions and 79 deletions

View File

@@ -1,4 +1,9 @@
{
"root": true,
"extends": ["neon/common", "neon/node", "neon/prettier"]
"extends": ["neon/common", "neon/node", "neon/prettier"],
"rules": {
"jsdoc/valid-types": 0,
"jsdoc/check-tag-names": 0,
"jsdoc/no-undefined-types": 0
}
}