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
Raw Normal View History

2021-09-05 17:42:15 +00:00
module.exports = {
2021-09-06 12:42:35 +00:00
bot: {
prefix: `trol`,
token: require(`./token`)
},
video: {
framerate: 20,
resolution: 256,
duration: 5
}
}