From f1d65a65d11dede0588adda39169c9e820de0ce6 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 3 Jun 2022 10:13:18 -0400 Subject: [PATCH] Reorganizing --- .../_clear-commands.js | 2 +- .../_deploy-commands.js | 0 .../_deploy_global.js | 0 Procfile | 1 - list-of-commands.txt | 23 ------------------- testing.txt | 23 ------------------- 6 files changed, 1 insertion(+), 48 deletions(-) rename _clear-commands.js => One-Time Scripts/_clear-commands.js (92%) rename _deploy-commands.js => One-Time Scripts/_deploy-commands.js (100%) rename _deploy_global.js => One-Time Scripts/_deploy_global.js (100%) delete mode 100644 Procfile delete mode 100644 list-of-commands.txt delete mode 100644 testing.txt diff --git a/_clear-commands.js b/One-Time Scripts/_clear-commands.js similarity index 92% rename from _clear-commands.js rename to One-Time Scripts/_clear-commands.js index 338fd23..869c90d 100644 --- a/_clear-commands.js +++ b/One-Time Scripts/_clear-commands.js @@ -5,7 +5,7 @@ dotenv.config(); const { REST } = require('@discordjs/rest'); const { Routes } = require('discord-api-types/v9'); const clientId = process.env.clientId; -const { guildId } = require('./config.json'); +const { guildId } = require('../config.json'); const token = process.env.TOKEN; const rest = new REST({ version: '9' }).setToken(token); diff --git a/_deploy-commands.js b/One-Time Scripts/_deploy-commands.js similarity index 100% rename from _deploy-commands.js rename to One-Time Scripts/_deploy-commands.js diff --git a/_deploy_global.js b/One-Time Scripts/_deploy_global.js similarity index 100% rename from _deploy_global.js rename to One-Time Scripts/_deploy_global.js diff --git a/Procfile b/Procfile deleted file mode 100644 index 8049a1e..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -worker: node main.js \ No newline at end of file diff --git a/list-of-commands.txt b/list-of-commands.txt deleted file mode 100644 index 6ac6c54..0000000 --- a/list-of-commands.txt +++ /dev/null @@ -1,23 +0,0 @@ -Slash Commands: [* means updated] -*/closereq* -*/gifs -*/help* -*/joint* -*/joints* -*/lenny* -*/pastas* -*/ping* -*/requests* -*/savejoint (prev. .roll) -/savegif -*/savepasta -*/truth - -TODO: In the future I'd like to change to a single `/save {type}` command - -Dot-Extension Commands: [* means updated] -*.gif -*.pasta -*.request -*.spongebob -*.strain \ No newline at end of file diff --git a/testing.txt b/testing.txt deleted file mode 100644 index 38cd69f..0000000 --- a/testing.txt +++ /dev/null @@ -1,23 +0,0 @@ -[ NodBot v3 Testing Procedure ] - -/ping -/help [Here | DMs] -/gifs -/pastas -/joints -/requests -/savegif -/savepasta -/savejoint -[ ! CREATE MANUAL ENTRIES IN ALL 4 DBs ! ] -/reload - -/joint -/truth - -nod.gif -random.gif -bush.pasta -random.request - -[ TODO: Error handling testing ] \ No newline at end of file