From 4ab1e236d140aa0a2d5482c56692f8edb21e5b0e Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 19 Feb 2023 14:05:11 -0500 Subject: [PATCH] Humble beginnings --- .dockerignore | 0 .eslintrc.json | 0 .github/workflows/docker-image.yml | 0 .gitignore | 0 Dockerfile | 0 README.md | 0 data/config.json | 0 data/strings.json | 0 main.js | 0 modules/CustomClasses.js | 0 modules/_clearCommands.js | 0 modules/_deployGlobal.js | 0 modules/_sanitizeInput.js | 0 modules/dbutils.js | 0 modules/functions.js | 0 modules/input.txt | 0 package.json | 0 slash-commands/commands.js | 0 slash-commands/help.js | 0 slash-commands/list.js | 0 slash-commands/template | 0 21 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .dockerignore mode change 100644 => 100755 .eslintrc.json mode change 100644 => 100755 .github/workflows/docker-image.yml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Dockerfile mode change 100644 => 100755 README.md mode change 100644 => 100755 data/config.json mode change 100644 => 100755 data/strings.json mode change 100644 => 100755 main.js mode change 100644 => 100755 modules/CustomClasses.js mode change 100644 => 100755 modules/_clearCommands.js mode change 100644 => 100755 modules/_deployGlobal.js mode change 100644 => 100755 modules/_sanitizeInput.js mode change 100644 => 100755 modules/dbutils.js mode change 100644 => 100755 modules/functions.js mode change 100644 => 100755 modules/input.txt mode change 100644 => 100755 package.json mode change 100644 => 100755 slash-commands/commands.js mode change 100644 => 100755 slash-commands/help.js mode change 100644 => 100755 slash-commands/list.js mode change 100644 => 100755 slash-commands/template diff --git a/.dockerignore b/.dockerignore old mode 100644 new mode 100755 diff --git a/.eslintrc.json b/.eslintrc.json old mode 100644 new mode 100755 diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/data/config.json b/data/config.json old mode 100644 new mode 100755 diff --git a/data/strings.json b/data/strings.json old mode 100644 new mode 100755 diff --git a/main.js b/main.js old mode 100644 new mode 100755 diff --git a/modules/CustomClasses.js b/modules/CustomClasses.js old mode 100644 new mode 100755 diff --git a/modules/_clearCommands.js b/modules/_clearCommands.js old mode 100644 new mode 100755 diff --git a/modules/_deployGlobal.js b/modules/_deployGlobal.js old mode 100644 new mode 100755 diff --git a/modules/_sanitizeInput.js b/modules/_sanitizeInput.js old mode 100644 new mode 100755 diff --git a/modules/dbutils.js b/modules/dbutils.js old mode 100644 new mode 100755 diff --git a/modules/functions.js b/modules/functions.js old mode 100644 new mode 100755 diff --git a/modules/input.txt b/modules/input.txt old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/slash-commands/commands.js b/slash-commands/commands.js old mode 100644 new mode 100755 diff --git a/slash-commands/help.js b/slash-commands/help.js old mode 100644 new mode 100755 diff --git a/slash-commands/list.js b/slash-commands/list.js old mode 100644 new mode 100755 diff --git a/slash-commands/template b/slash-commands/template old mode 100644 new mode 100755