mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
Testing Heroku env file system. part 2
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
const { Client, Intents } = require('discord.js');
|
||||
const Discord = require('discord.js');
|
||||
//const { token } = require('./commands/currency/config.json');
|
||||
//const { token } = require('config.json');
|
||||
//Heroku part
|
||||
const { token } = require('process.env');
|
||||
const { token } = require('dotenv').config();
|
||||
|
||||
|
||||
const bot = new Client({
|
||||
|
||||
Reference in New Issue
Block a user