Create config.js
This commit is contained in:
parent
c79db5ac2d
commit
25126a992b
1 changed files with 4 additions and 0 deletions
4
config.js
Normal file
4
config.js
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
module.exports = {
|
||||||
|
prefix: `trol`,
|
||||||
|
token: require(`./token`)
|
||||||
|
}
|
Reference in a new issue