mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-28 18:14:28 +11:00
8 lines
208 B
JavaScript
8 lines
208 B
JavaScript
require('dotenv').config({path: '../.env'});
|
|
|
|
module.exports = {
|
|
activity: "for !genesis recruits.",
|
|
type: "WATCHING",
|
|
token: process.env.MONTGOMERY_GENESIS_TOKEN,
|
|
botChannel: process.env.GROUP_B_BOT_ID
|
|
} |