mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-28 18:14:28 +11:00
10 lines
223 B
JavaScript
10 lines
223 B
JavaScript
require('dotenv').config({path: '../.env'});
|
|
|
|
module.exports = {
|
|
id: "ravager",
|
|
activity: "Prowling...",
|
|
type: "PLAYING",
|
|
token: process.env.RAVAGER_TOKEN,
|
|
botChannel: process.env.DEADLANDS_CHANNEL_ID
|
|
}
|