- Install Nodejs
- Open up config.json with notepad or some other editor
If you want to change the config, open up config.json and locate it at the top. There you can configure the following:
module.exports = {
app: {
px: 'prefix',
token: 'put-token-here',
owners: ["owner-id","",],//
funny: 'dev-id',
color: '#2f3136',
footer: 'Nova World',
maxserver: '10',
maxVol: '150',
everyoneMention: false,
hostedBy: true,
discordPlayer: {
ytdlOptions: {
quality: 'highestaudio',
highWaterMark: 1 << 25
}
}
}
}