Create config.js

This commit is contained in:
Julia 2021-09-05 19:42:15 +02:00 committed by GitHub
parent c79db5ac2d
commit 25126a992b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
config.js Normal file
View file

@ -0,0 +1,4 @@
module.exports = {
prefix: `trol`,
token: require(`./token`)
}