Update LNBits to work with v1 Integrate channel messages instead of DMs Utilize websockets instead of post
12 lines
370 B
JSON
12 lines
370 B
JSON
{
|
|
"discord_token": "YOUR_DISCORD_BOT_TOKEN",
|
|
"guild_id": "YOUR_GUILD_ID",
|
|
"role_id": "YOUR_ROLE_ID",
|
|
"channelid": "YOUR_CHANNELID_FOR_PURCHASE_ROOM",
|
|
"lnbits_url": "https://sats.love",
|
|
"lnbits_api_key": "YOUR_INVOICE_READ_KEY",
|
|
"price": 1000,
|
|
"invoicemessage": "Invoice for your purchase.",
|
|
"command_name": "support"
|
|
}
|
|
|