AdmireMe
Discord Webhooks

Discord Webhook Logging

Send events to Discord for monitoring.


Basic Setup

config.lua
Config.DiscordWebhook = {
    Enabled = false,
    WebhookURL = '',  -- Your Discord webhook URL
    
    Events = {
        -- Money/Transaction Events
        tips = true,
        ppvUnlocks = true,
        subscriptions = true,
        withdrawals = true,
        walletDeposits = true,
        storyPPVUnlocks = true,
        
        -- Account Events
        bankConnect = true,
        bankDisconnect = true,
        creatorSignups = true,
        phoneNumberChanges = true,
        
        -- Content Events
        postsCreated = true,
    }
}

Event Types

Transaction Events

  • tips - Log ALL tips (with amount, sender, recipient, platform fee)
  • ppvUnlocks - Log ALL PPV message/post unlocks
  • subscriptions - Log ALL subscriptions (with renewal info)
  • withdrawals - Log wallet withdrawals (with tier, fee, net amount)
  • walletDeposits - Log money entering creator wallets
  • storyPPVUnlocks - Log story PPV unlocks

Account Events

  • bankConnect - Log bank connections
  • bankDisconnect - Log bank disconnections
  • creatorSignups - Log new creator signups
  • phoneNumberChanges - Log 2FA phone number changes

Content Events

  • postsCreated - Log new posts with media URLs