This repository has been archived on 2021-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
trol-bot-fork/config.js

11 lines
141 B
JavaScript

module.exports = {
bot: {
prefix: `trol`,
token: require(`./token`)
},
video: {
framerate: 20,
resolution: 256,
duration: 5
}
}