chore(generic): update generic readmes

This commit is contained in:
devnote-dev
2022-11-13 17:22:29 +00:00
parent 2ac0e870a1
commit 0a0b91363c
11 changed files with 30 additions and 28 deletions

View File

@@ -1,10 +1,10 @@
# nodemon.js
# Nodemon (JavaScript & TypeScript)
Tired of manually restarting your bot? Nodemon will do it by itself.
Nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected. Nodemon does not require any additional changes to your code or method of development.
This egg is designed to run any generic Javascript application, allowing users to pull their own javascript discord bot from a Github repository.
This egg is designed to run any generic Javascript application, allowing users to pull their own JavaScript or TypeScript source code from a Github repository.
There is an option to allow a user to upload their own files to run a bot.