discord-lnbits-bot/config.json
saulteafarmer 1a09e1404d Update plugin to 0.2.0
Update LNBits to work with v1
Integrate channel messages instead of DMs
Utilize websockets instead of post
2025-05-10 18:02:58 +00:00

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"
}