Other Commands
Giveaway management, suggestion system, and member registration commands.
Giveaway Start
Starts a new giveaway in the current channel with a specified duration, number of winners, and prize. Optionally restricts entry to members with a specific role. Permission to start giveaways can be granted to non-admins via creator roles configured in giveaway settings, or opened to all users via the allow_public setting.
/giveaway
Manage Guild (or configured creator role)
/giveaway start <duration> <winners> <prize> [required_role]
Examples
/giveaway start duration:1d winners:1 prize:Nitro
/giveaway start duration:12h winners:3 prize:Game Key required_role:@Members
Giveaway End
Manually ends an active giveaway before its scheduled end time by specifying the giveaway message ID. Picks winners immediately and updates the giveaway embed.
/giveaway
Manage Guild (or configured manager role)
/giveaway end <message_id>
Examples
/giveaway end message_id:1234567890
Giveaway Reroll
Re-selects a new winner for an ended giveaway, useful when the original winner does not claim their prize.
/giveaway
Manage Guild (or configured manager role)
/giveaway reroll <message_id>
Examples
/giveaway reroll message_id:1234567890
Suggestion Setup
Sets up the interactive suggestion system by designating a text channel for suggestions. Creates a permanent embed with a button in the channel that members can click to submit suggestions. Suggestions posted through the system receive upvote/downvote reactions.
/suggestion-setup
Administrator
/suggestion-setup <channel>
Examples
/suggestion-setup channel:#suggestions
Suggestion Disable
Disables the suggestion system for the server. Existing suggestions remain in the channel but no new suggestions can be submitted.
/suggestion-disable
Administrator
/suggestion-disable
Examples
/suggestion-disable
Registration Setup
Sets up the member registration system with an interactive setup wizard. Offers four registration modes: Interactive (chat-based Q&A), Verification (simple verify button), Button (one-click role assignment), and Voice (voice channel based registration). Only one mode can be active at a time.
/regist-setup
Administrator
/regist-setup
Examples
/regist-setup
Registration Settings
Opens a configuration panel to adjust registration system settings. Provides buttons to configure name format (how registered members are renamed), server tag, registered member role, staff role, and additional options.
/regist-settings
Administrator
/regist-settings
Examples
/regist-settings
Registration Disable
Disables the registration system and resets all registration settings to defaults. Clears configured channels, roles, name format, and mode-specific settings.
/regist-disable
Administrator
/regist-disable
Examples
/regist-disable