2025-03-09 03:36:29 +00:00
|
|
|
{
|
|
|
|
"discord_token": "YOUR_DISCORD_BOT_TOKEN",
|
|
|
|
"guild_id": "YOUR_GUILD_ID",
|
|
|
|
"role_id": "YOUR_ROLE_ID",
|
2025-05-10 18:02:58 +00:00
|
|
|
"channelid": "YOUR_CHANNELID_FOR_PURCHASE_ROOM",
|
2025-03-09 03:36:29 +00:00
|
|
|
"lnbits_url": "https://sats.love",
|
|
|
|
"lnbits_api_key": "YOUR_INVOICE_READ_KEY",
|
|
|
|
"price": 1000,
|
2025-05-10 18:02:58 +00:00
|
|
|
"invoicemessage": "Invoice for your purchase.",
|
|
|
|
"command_name": "support"
|
|
|
|
}
|
|
|
|
|