aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2019-08-27 08:19:40 -0700
committerGitHub <[email protected]>2019-08-27 08:19:40 -0700
commit2829d529aedeb2eace80bef07b66642058479530 (patch)
tree91b6a860631a003d94cc2810abb7a3ae39675249
parentheroku deployment basics (diff)
downloaddiscord.js-bot-example-2829d529aedeb2eace80bef07b66642058479530.tar.xz
discord.js-bot-example-2829d529aedeb2eace80bef07b66642058479530.zip
documentation for funcs
-rw-r--r--docs/Procfile.txt1
-rw-r--r--docs/node_modules.txt1
-rw-r--r--docs/package-lock.json.txt1
-rw-r--r--docs/package.json.txt1
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