Nitro Sniper

Automatically claims Discord Nitro codes when detected in chat.

Nitro Sniper Configuration

Configure automatic Nitro code redemption and notifications.
The sniper will automatically detect and claim valid Nitro codes in real-time.
See the Modules Overview for a complete list of all available modules.

modules/redeemer.json

Core Settings

Basic configuration for Nitro code redemption.

webhook

Discord webhook URL for success notifications
Default: "" (disabled)

notifications

Enable/disable webhook notifications
Default: false

debug

Enable verbose logging for troubleshooting
Default: false

ping

User ID to ping in webhook notifications
Default: null

Embed Customization

Customize how nitro redemption notifications appear in your webhook.

payload

The webhook payload structure:

{
  "payload": {
    "username": "Pashka | Nitro Sniper"",
    "avatar_url": "https://i.e-z.host/kavdt6p1.png"",
    "embed": {
      "title": "- Nitro Redeemed"",
      "color": "#2b2d31"",
      "fields": [
        {"name": "Type"", "value": "{nitro_type}"", "inline": true},
        {"name": "Duration"", "value": "{duration}"", "inline": true}
      ],
      "footer": {
        "text": "Pashka | Nitro Sniper"",
        "icon_url": "https://i.e-z.host/a8oyrvt5.png""
      }
    }
  }
}

Available Variables

1
Nitro Type

{nitro_type} - Type of Nitro (Monthly/Yearly/Boost)

2
Duration

{duration} Duration of the subscription

Important Notes

  • The sniper only works on codes in channels it has access to
  • Codes must be in the standard Nitro format to be detected
  • Use at your own risk - we cannot guarantee detection by Discord
  • Keep your webhook URL private