Events

Gamma Tier

Events is a premium module that lets track any events that members of your server may host and log.

Logging an event

To log an event, run the command event new. The bot will then prompt you to select an event type from the existing ones. Next, the bot will ask you to enter the Roblox usernames of the users who attended this event. After this, the event has been successfully logged.

Viewing Events

Viewing events attended by a member

To see the list of events attended by a member, run the command event attendee. It has only one optional argument username. This argument can be used the events attended by another member and it stands for the Roblox username.

Event Attendee

Viewing events hosted by a member

To see the list of events hosted by a member, run the command event hosted. It has only one optional argument username. This argument can be used the events hosted by another member and it stands for the Roblox username.

Event Host

Event Types

Creating a new Event Type

To create a new event type, run the command event type new.

Event Type New

It has two required arguments.

  • Event Id: The user-defined id of the event type
  • Event Name: The user-defined name of the event type

Modifying an Event Type

As of now, you can only modify the name of an Event Type.

Modifying the Name

To modify the name of an Event Type, run the command /event type modify.

Event Type Modify

It has two required arguments.

  • Event Id: The id of the Event Type to modify
  • Event Name: The new name of the Event Type

Deleting an Event Type

Currently, you cannot delete an event type. This may change in the future.

Toggling an Event Type

The Events subsystem also contains functionality to enable or disable an Event Type.

Disabling an Event Type

To disable an event type, run the command /event type disable.

Event Type Disable

Enabling an Event Type

To enable an event type, run the command /event type enable.

Event Type Enable

Viewing Event Types

To view all Event Types in a server, run the command /event type view.

Resetting the Event Subsystem

To reset the entire Event Subsystem, run the command /event reset. This will delete all logged events as well as remove all event types.