mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 10:34:26 +11:00
Uploaded bots for the first time
This commit is contained in:
9
Enemy_Wolf/npcSettings.js
Normal file
9
Enemy_Wolf/npcSettings.js
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user