bot-eye-leak/index.js

5 lines
199 B
JavaScript
Raw Normal View History

2021-07-08 00:59:34 +02:00
process.on('unhandledRejection', err => console.error(err.message))
process.on('uncaughtException', err => console.error(err.stack))
require('dotenv').config({ path: './.env' })
require('./src/app')