Setup
1.
After downloading this project head to the console and type npm i
2.
After setting up all modules go to setting.json
and fill the things like on the example below.
3.
If you finished all ttype in console node index.js
to run the bot.
Congratulations 🎉
Example Settings File
{
"panel": {
"token": "BOT_TOKEN",
"prefix": "+",
"mongopath": "mongolink",
"language": "",
"owner": "730448609790787585"
},
"channellist": {
"CommandLog": "COMMANDLOG_CHANNELID",
"voicechannel": "VOICECHANNEL_ID",
"createticketchannel": "CREATETICKET_CHANNELID",
"ticketlogchannel": "TICKETLOG_CHANNELID",
"ticketcategory": "TICKET_CATEGORY"
},
"rolelist": {
"openticket": "OPEN_TICKET_ROLEID",
"ticketauthorized": "TICKET_sTAFF_ROLEID"
}
}