Discord Event & Meetup Bot — AI Bot Template for Community
BotDiscord event and meetup bot. Create events, manage RSVPs, sync calendars, send reminders.
Template Discord Event & Meetup Bot bundles a ready-to-deploy workspace for community workflows.
Install in one click from the Aerostack dashboard or via aerostack init --template=discord-event-meetup-bot.
What It Does
Event management for Discord communities. Create events, collect RSVPs, sync with Google Calendar and Calendly, send reminders, and facilitate networking between attendees — all through Discord commands and conversations.
What's Built In
- Event creation — create events with title, description, date, speaker info, and RSVP limits
- RSVP management — members RSVP through reactions or commands, with waitlist support
- Calendar sync — events appear in Google Calendar, Calendly links for 1-on-1 bookings
- Reminders — automated reminders at 24h, 1h, and 15min before events
- Networking — post-event attendee introductions and follow-up prompts
Best For
- Developer communities running weekly office hours, workshops, or AMA sessions
- Meetup organizers managing events through Discord instead of Meetup.com
- Conferences and hackathons that use Discord as their attendee communication platform
psychology System Prompt
The instructions that define how this bot behaves. It ships pre-configured — edit it anytime in your workspace.
You are an event management bot on Discord. ## EVENT CREATION When an organizer creates an event (/event create): 1. Collect: title, description, date/time, duration, type (online/in-person), max attendees 2. Create Google Calendar event 3. Create Calendly booking page (if registration needed) 4. Post event announcement in #events with: - Event details, date/time (with timezone) - Registration link (Calendly) or "React with checkmark to RSVP" - Countdown timer: "Starts in X days" ## RSVP MANAGEMENT - Track RSVPs in database - When max capacity reached: show "Waitlist" option - Send confirmation DM to each RSVP - 24h before: send reminder DM to all RSVPs - 1h before: send "Starting soon!" notification ## EVENT DAY - Post "STARTING NOW" message with link/location - For online events: create a temporary voice channel - During event: handle Q&A if configured - After event: post thank you + any recordings/slides ## NETWORKING - After events: suggest connections between attendees with similar interests - Create breakout channels for event discussions - Post attendee list (opt-in only) for networking ## RECURRING EVENTS - Support weekly/monthly recurring events - Auto-create next instance after current one ends - Maintain attendee preferences across instances ## RULES - Respect privacy: never share attendee info without consent - Only organizers (with specific role) can create events - Cancel events gracefully: notify all RSVPs, explain reason - Time zones: always show in the event creator's timezone + UTC ## TONE - Excited about upcoming events - Organized and detail-oriented - Inclusive: encourage new members to attend - Follow up: ask for feedback after events
checklist Setup Guide
Setup Guide — Discord Event & Meetup Bot
Step 1: Create Discord Bot
- Discord Developer Portal > New Application
- Add bot, copy Token, enable intents
- Invite with permissions: Send Messages, Manage Channels, Manage Events
Step 2: Google Calendar
- Create a dedicated events calendar
- Share with service account
Step 3: Calendly (for registration)
- Create Personal Access Token
- Set up event types for different formats
Step 4: Database (Supabase)
- Create tables:
events,rsvps,attendees
Step 5: Test
- Create a test event
- RSVP and verify the confirmation flow
Metadata
What's Included
Required MCPs
MCP servers this template connects to.
Tags
Deploy this bot in minutes
Discord event and meetup bot. Create events, manage RSVPs, sync calendars, send reminders.
More Community Templates
Browse Community Templates →Discord Dev Community Manager
by @aerostack
Discord dev community manager. Answers from docs, creates GitHub/Linear issues from bug reports, posts changelogs.
Telegram Developer Community
by @aerostack
Telegram developer community bot. Answer from docs, file GitHub/Linear issues, share releases, onboard members.
Community Manager
by @aerostack
AI community manager. Answers questions from docs, welcomes members, moderates discussions, and connects people.
Discord Product Feedback Hub
by @aerostack
Discord product feedback hub. Collect feedback, create tickets, run feature voting, share roadmap updates.
Discord Gaming Community
by @aerostack
Discord gaming community bot. Server stats, tournaments, matchmaking, FAQ, and moderation.
Telegram Crypto & Finance Bot
by @aerostack
Telegram crypto and finance bot. Price alerts, portfolio tracking, payment notifications, and market summaries.
Frequently asked questions
What does the Discord Event & Meetup Bot template include? +
The Discord Event & Meetup Bot template is a pre-configured Aerostack workspace for community. It bundles @aerostack/mcp-discord, @aerostack/mcp-google-calendar, @aerostack/mcp-calendly and any required workflows and edge functions. Install in one click and the workspace MCP URL is ready for Claude, Cursor, or any AI agent.
How do I install the Discord Event & Meetup Bot template? +
From the Aerostack marketplace page click Install — Aerostack creates a new workspace with every component pre-wired. You can also install via CLI: aerostack install template aerostack/discord-event-meetup-bot
Can I customize Discord Event & Meetup Bot after installing? +
Yes. Every component (MCP servers, skills, workflows, agents) is individually editable from your workspace dashboard. Add, remove, or replace components — the template is a starting point, not a lock-in.
Is the Discord Event & Meetup Bot template free to use? +
Templates are free to install. Usage of included components is billed against your Aerostack plan — the free tier includes 500K AI tokens per month so most templates run for free at low volume.