mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Added more debug logs
This commit is contained in:
@@ -63,6 +63,7 @@ class Environment {
|
||||
|
||||
public get(): any {
|
||||
const NODE_ENV = process.env.NODE_ENV;
|
||||
const VERBOSE = process.env.VERBOSE;
|
||||
|
||||
const DISCORD_TOKEN = process.env.DISCORD_TOKEN;
|
||||
const DEVELOPER_IDS = process.env.DEVELOPER_IDS;
|
||||
@@ -90,6 +91,7 @@ class Environment {
|
||||
|
||||
return {
|
||||
NODE_ENV,
|
||||
VERBOSE,
|
||||
|
||||
DISCORD_TOKEN,
|
||||
DEVELOPER_IDS,
|
||||
|
||||
Reference in New Issue
Block a user