Reorganizing
This commit is contained in:
parent
9e39d3a9eb
commit
f1d65a65d1
@ -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);
|
@ -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
|
23
testing.txt
23
testing.txt
@ -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 ]
|
Loading…
Reference in New Issue
Block a user