mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
require('dotenv').config({path: '../.env'});
|
|
|
|
module.exports = {
|
|
token: process.env.GHOST_TOKEN,
|
|
botChannel: ""
|
|
}
|