Update commands to use the new slash command builder

- Updated app js to remove Emmelia remnants
This commit is contained in:
Logan Cusano
2023-03-26 15:18:58 -04:00
parent d3d62b8d28
commit 3ddf9ea782
5 changed files with 67 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ const {
var app = express();
var discordToken = process.env.TOKEN;
var port = libUtils.normalizePort(process.env.HTTP_PORT || '3000');
var port = process.env.HTTP_PORT || '3000';
const discordClient = new Client({
intents: [