diff options
| author | s1n <[email protected]> | 2019-08-27 08:19:40 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-27 08:19:40 -0700 |
| commit | 2829d529aedeb2eace80bef07b66642058479530 (patch) | |
| tree | 91b6a860631a003d94cc2810abb7a3ae39675249 /docs | |
| parent | heroku deployment basics (diff) | |
| download | discord.js-bot-example-2829d529aedeb2eace80bef07b66642058479530.tar.xz discord.js-bot-example-2829d529aedeb2eace80bef07b66642058479530.zip | |
documentation for funcs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Procfile.txt | 1 | ||||
| -rw-r--r-- | docs/node_modules.txt | 1 | ||||
| -rw-r--r-- | docs/package-lock.json.txt | 1 | ||||
| -rw-r--r-- | docs/package.json.txt | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/docs/Procfile.txt b/docs/Procfile.txt new file mode 100644 index 0000000..0666528 --- /dev/null +++ b/docs/Procfile.txt @@ -0,0 +1 @@ +For deploying to Heroku.
\ No newline at end of file diff --git a/docs/node_modules.txt b/docs/node_modules.txt new file mode 100644 index 0000000..250ab69 --- /dev/null +++ b/docs/node_modules.txt @@ -0,0 +1 @@ +The folder where the npm modules are stored.
\ No newline at end of file diff --git a/docs/package-lock.json.txt b/docs/package-lock.json.txt new file mode 100644 index 0000000..48d8821 --- /dev/null +++ b/docs/package-lock.json.txt @@ -0,0 +1 @@ +Auto-generated.
\ No newline at end of file diff --git a/docs/package.json.txt b/docs/package.json.txt new file mode 100644 index 0000000..ac81c60 --- /dev/null +++ b/docs/package.json.txt @@ -0,0 +1 @@ +For storing important information about the project.
\ No newline at end of file |