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
| Module | Slash Commands | Config File |
|---|---|---|
| Giveaway Joiner | toggle, delay, webhook, notify, bots, status | giveaways.json |
| Nitro Sniper | toggle, webhook, notify, status | redeemer.json |
| Guild Settings | toggle, set, status | autoguild.json |
| Litecoin Monitor | toggle, address, webhook, confirms, status | payments.json |
| PayPal Monitor | toggle, email, webhook, status | payments.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.
Nitro Sniper
Automatically claims Discord Nitro codes when detected in chat.
Manage with /modules nitro or command nitro. Configure webhook notifications and embed customization.
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.
Quick Tips
- Modules are toggled on or off from the control panel — no need to edit config files manually.
- Use
/modules <name> statusto 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.