mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-01 12:23:38 +00:00
Init
This commit is contained in:
20
struct/config/config.js
Normal file
20
struct/config/config.js
Normal file
@ -0,0 +1,20 @@
|
||||
require('dotenv/config');
|
||||
|
||||
module.exports = {
|
||||
//credentials
|
||||
token: process.env.TOKEN,
|
||||
devToken: process.env.DEVTOKEN,
|
||||
//channels
|
||||
debug_channel: "634718645188034560",
|
||||
primary_test_channel: "617633098296721409",
|
||||
secondary_test_channel: "570531724002328577",
|
||||
devId: "360363051792203779",
|
||||
//misc
|
||||
embedColor: "",
|
||||
invite: "",
|
||||
//Settings
|
||||
devMode: false,
|
||||
prefix: "?",
|
||||
devPrefix: "-",
|
||||
volume: 5,
|
||||
}
|
Reference in New Issue
Block a user