원클릭으로
polls
Custom polls with buttons, live vote counts, and duplicate vote prevention. Use when asked for polls, voting, or surveys.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Custom polls with buttons, live vote counts, and duplicate vote prevention. Use when asked for polls, voting, or surveys.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Timed giveaways with reaction entries, live entry count, end time, and winner selection. Use when asked to set up a giveaway, raffle, or prize drawing.
XP per message, levels, rank cards with image, and leaderboard. Use when asked for leveling, XP, ranking, or experience system.
Pin popular messages to a starboard channel when they reach a reaction threshold. Use when asked for starboard, best-of, or highlight channel.
Temporary voice channels — join a "Create" channel, bot creates a private voice channel for you, auto-deletes when empty. Like VoiceMaster. Use when asked for temp voice, voice master, or dynamic voice channels.
Welcome messages for new members with auto-role and goodbye messages. Use when asked for welcome system, greet new members, or member join messages.
Full anti-spam system — new member verification (captcha button), flood control, link blocking, media restriction for new members. Replicates @GroupHelpBot/@MissRose_bot anti-spam. Use when asked for anti-spam, captcha, verification, flood control, or raid protection.
| name | polls |
| description | Custom polls with buttons, live vote counts, and duplicate vote prevention. Use when asked for polls, voting, or surveys. |
| category | engagement |
| version | 1 |
| platforms | ["discord","telegram"] |
| author | adraalabs |
Create /poll with options: question (string, required), option1-option4 (strings).
The command:
send_interactive with embed: title=question, description lists options, color="#5865F2"put key:"interaction:poll_{id}_optN" value:{unique_per_user:true, steps:[{tool:"increment_data", args:{key:"poll_vote:{message_id}:optN"}}, ...], update_source:{description with updated counts}}unique_per_user: true prevents double voting — one click per user per buttonupdate_source updates the poll embed after each vote with new counts