Reorganizing

This commit is contained in:
Skylar Grant 2022-06-03 10:13:18 -04:00
parent 9e39d3a9eb
commit f1d65a65d1
6 changed files with 1 additions and 48 deletions

View File

@ -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);

View File

@ -1 +0,0 @@
worker: node main.js

View File

@ -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

View File

@ -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 ]