← 返回
未分类 中文

Discord Event Planner

Plan and coordinate events in Discord. Use when users ask to create, schedule, or manage events, plan meetups, organize activities, set up reminders, or trac...
在Discord中规划和协调活动。适用于用户请求创建、安排或管理活动、计划聚会、组织活动、设置提醒或追踪等场景。
fuzzyb33s fuzzyb33s 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 272
下载
💾 0
安装
1
版本
#latest

概述

Discord Event Planner

Organize events in Discord with scheduling, RSVP tracking, and reminders.

Commands

Create Event

!event create <title> <YYYY-MM-DD> <HH:MM> [description]
  • Title: required, event name
  • Date/time: required, use 24h format
  • Description: optional, event details

List Events

!event list

Shows all upcoming events with date, time, title, and RSVP count.

RSVP

!event rsvp <event-id> <attend|maybe|decline>
  • attend - definitely going
  • maybe - might attend
  • decline - can't make it

Cancel Event

!event cancel <event-id>

Deletes the event and notifies attendees.

Event Details

!event show <event-id>

Shows full event info with RSVP list.

Storage

Events stored in events.json:

{
  "events": {
    "evt_001": {
      "id": "evt_001",
      "title": "Game Night",
      "date": "2026-05-15",
      "time": "20:00",
      "description": "Weekly gaming session",
      "created_by": "user123",
      "rsvps": {
        "attend": ["user1", "user2"],
        "maybe": ["user3"],
        "decline": []
      }
    }
  },
  "next_id": 2
}

Script Usage

python scripts/event_manager.py create "Game Night" "2026-05-15" "20:00" "Weekly gaming"
python scripts/event_manager.py list
python scripts/event_manager.py rsvp evt_001 attend
python scripts/event_manager.py show evt_001
python scripts/event_manager.py cancel evt_001

Discord Formatting

  • Event cards use block quotes with borders
  • Timestamps show in user-friendly format
  • RSVP counts color-coded: green (attend), yellow (maybe), red (decline)

Workflow

  1. User requests event creation → parse args → validate date → save
  2. RSVP updates → modify the rsvps object → save
  3. List events → sort by date → show upcoming only
  4. Cancel → remove from events → save

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 03:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,131 📥 903,864
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 851 📥 332,114
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,423 📥 326,292