Usage
Getting Started
Sample Configuration (config.json)
{
"bot_token": "YOUR_BOT_TOKEN_HERE",
"whitelisted_users": ["YOUR_DISCORD_USER_ID"],
"whitelisted_roles": [],
"embed_color": "#6c02ff",
"customer_role": "YOUR_CUSTOMER_ROLE_ID",
"log_channel": "YOUR_LOG_CHANNEL_ID",
"status": {
"type": "listening",
"message": "Orders"
},
"key_name": "YOUR_KEY_NAME_PATTERN",
"database_settings": {
"url": "mongodb://localhost:27017",
"name": "MOONLY-AUTH"
}
}