Event Planner

Welcome to the Event Planner Discord Bot!

This is a little bot I put together to create and manage server events (AKA scheduled events).

It uses case sensitive name matching to execute it's functions.


Commands:

The bot has 3 slash commands that can be executed by any members:

⚠️ Each command have their own set of required and optional parameters.


Other interactions

Subscribing to an Event

The bot will assign you the event's attendee role if you mark yourself as interested in attending an event.

The sole purpose of this role is to make it easier to communicate with other attendees by mentioning the role.

Eg: @Example Event

Unsubscribing from an Event

The bot will unassign you the event's attendee role if you remove yourself as interested in attending an event.


Resources Used

This bot was created with the help of the Discord.js documentation.

  1. The Guide
  2. The Documentation (v14.11.0)
  3. The Discord Server
  4. ChatGPT (for regex generation)