Testing Heroku env file system. part 4

This commit is contained in:
ION606
2022-04-30 17:24:48 -04:00
parent b0a1311878
commit f468c6eb18
+1 -1
View File
@@ -4,7 +4,7 @@ const Discord = require('discord.js');
//Heroku part
const { token } = process.env.token;
console.log(token);
const bot = new Client({
intents: [
Intents.FLAGS.GUILDS,