Modules Overview

Overview of all available modules and how to manage them.

Modules Overview

Modules are optional features that can be toggled on or off from the control panel. Each module is managed through the /modules command group in Discord.

Available Modules

ModuleSlash CommandsConfig File
Giveaway Joinertoggle, delay, webhook, notify, bots, statusgiveaways.json
Nitro Snipertoggle, webhook, notify, statusredeemer.json
Guild Settingstoggle, set, statusautoguild.json
Litecoin Monitortoggle, address, webhook, confirms, statuspayments.json
PayPal Monitortoggle, email, webhook, statuspayments.json

Giveaway Joiner

Automatically detects and enters giveaways from configured giveaway bots.

Manage with /modules giveaway or command giveaway. Configure delay, webhook notifications, trusted bot list, and more.

View full documentation →

Nitro Sniper

Automatically claims Discord Nitro codes when detected in chat.

Manage with /modules nitro or command nitro. Configure webhook notifications and embed customization.

View full documentation →

Guild Settings

Automatically applies your preferred server settings when joining new guilds.

Manage with /modules autoguild or command autoguild. Configurable settings include: mute, notifications, mobile push, ping suppression, and channel visibility.

"settings": {
  "muted": true,
  "message_notifications": 1,
  "mobile_push": false,
  "suppress_everyone": true,
  "suppress_roles": true,
  "hide_muted_channels": false,
  "show_all_channels": true
}
View full documentation →

Payment Notifications

Get notified about received Litecoin and PayPal payments via Discord webhooks.

Litecoin: /modules litecoin — configure wallet address, webhook, confirmations threshold.

PayPal: /modules paypal — configure receiving email, webhook, and embed template.

View full documentation →

Quick Tips

  • Modules are toggled on or off from the control panel — no need to edit config files manually.
  • Use /modules <name> status to check the current state of any module.
  • Webhook URLs are optional — configure them only if you want Discord notifications.
  • Each module has its own config file under modules/ for advanced customization.