mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
10 lines
241 B
JavaScript
10 lines
241 B
JavaScript
require('dotenv').config({path: '../.env'});
|
|
|
|
module.exports = {
|
|
id: "wolf",
|
|
activity: "OwOing... Totally not placeholder.",
|
|
type: "PLAYING",
|
|
token: process.env.WOLF_TOKEN,
|
|
botChannel: process.env.SEA_OF_FOG_CHANNEL_ID
|
|
}
|