load(); $loader = new FilesystemLoader('template'); $twig = new Twig\Environment($loader); $twig->addGlobal('discord_auth', $_ENV['DISCORD_OAUTH']); $discord = new Discord( $_ENV['DISCORD_CLIENT'], $_ENV['DISCORD_SECRET'], $_ENV['DISCORD_REDIRECT'] );