dependencies
- node js 18.15
- discord.js
- node-cron
- nodemon
create config.json like this
{
"clientId": "client id dari oauth2",
"guildId": "id server",
"token": "token discord",
"sdChannelId": "channel id target",
"testChannelId": "channel id target",
"generalChannelId": "channel id target",
"roleRakyatJelata": "role target",
"roleAdmin": "role admin"
}