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.

data/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

Success Embed

Customize the notification when a Nitro code is successfully claimed.

"nitro_success": { "title": "• Nitro Claimed!", "color": "0x2b2d31", "footer": { "text": "Pashka™ | Nitro Sniper", "icon_url": "https://i.e-z.host/a8oyrvt5.png" }, "fields": [ {"name": "Code", "value": "[{code}](https://discord.gift/{code})", "inline": false}, {"name": "Server", "value": "[{guild_name}](https://discord.com/channels/{guild_id})", "inline": true}, {"name": "Channel", "value": "[{channel_name}](https://discord.com/channels/{guild_id}/{channel_id})", "inline": true}, {"name": "Author", "value": "[{author_name}](https://discordlookup.com/user/{author_id})", "inline": false} ] }

Embed Customization

1
Available Variables

Use these placeholders in the embed:

  • {code} - The Nitro code
  • {guild_name} - Server name
  • {guild_id} - Server ID
  • {channel_name} - Channel name
  • {channel_id} - Channel ID
  • {author_name} - User who posted the code
  • {author_id} - User ID of the poster
2
Modifying Appearance

1. Change color using hex values (with 0x prefix)

2. Add thumbnail URL for images

3. Modify footer text/icon for branding

4. Rearrange or add/remove fields as needed

Used Codes Tracking

The module automatically tracks used codes to prevent duplicate attempts.

All attempted codes are stored in:

data/modules/used.json

Managing Used Codes

1
Viewing Used Codes

1. Open used.json

2. You'll see an array of all previously attempted codes

2
Clearing History

1. To reset, simply set the file content to an empty array:

[]

2. Save the file - no restart required

Webhook Setup

Configure notifications for successful claims.

Creating a Webhook

1
Discord Server Settings

1. Go to Server Settings → Integrations → Webhooks

2. Click "New Webhook"

3. Choose a channel for notifications

4. Copy the webhook URL

2
Configuring the Sniper

1. Paste the URL in redeemer.json

"webhook": "YOUR_WEBHOOK_URL_HERE"

2. Set "notifications": true

3. Save the file and restart your selfbot

Best Practices

  • Keep your used.json clean for better performance

Security Notes

  • Never share your webhook - it can be used to send messages
  • Consider using a dedicated account for nitro sniping