export class DJBotUtil { public static readonly REQUIRED_ENV_VARS: Array = [ 'SPOTIFY_CLIENT_ID', 'SPOTIFY_CLIENT_SECRET' ]; }