Update commands to use the new slash command builder
- Updated app js to remove Emmelia remnants
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user