chore(generic): update generic readmes
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user