mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
9 lines
207 B
JavaScript
9 lines
207 B
JavaScript
require('dotenv').config({path: '../.env'});
|
|
|
|
module.exports = {
|
|
activity: "for !obsidian recruits.",
|
|
type: "WATCHING",
|
|
token: process.env.KAMALA_OBSIDIAN_TOKEN,
|
|
botChannel: process.env.GROUP_A_BOT_ID
|
|
}
|