Skip to content
json
{
    "version": "1", // never change this, internal version number
    "logBuyCSV": 1, // if 1, the buy log will be written to a csv file
    "logBuyDiscord": 1, // if 1, the buy log will be sent to discord
    "discordBuyWebhookURL": "https://discord.com/api/webhooks/14661347311316789268/--oJB57kUjkNgHVCKl-example-tw0YOkbHl_zRQVKM", // the webhook url for discord buy log
    "logSellCSV": 1, // if 1, the sell log will be written to a csv file
    "logSellDiscord": 1, // if 1, the sell log will be sent to discord
    "discordSellWebhookURL": "https://discord.com/api/webhooks/1466134731316789568/--oJB57kUjkNgHVCKl-example-tw0YOkbHl_zRQVKM" // the webhook url for discord sell log
}