Events is a premium module that lets track any events that members of your server may host and log.
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.
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.
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.
To create a new event type, run the command event type new
.
It has two required arguments.
As of now, you can only modify the name of an Event Type.
To modify the name of an Event Type, run the command /event type modify
.
It has two required arguments.
Currently, you cannot delete an event type. This may change in the future.
The Events subsystem also contains functionality to enable or disable an Event Type.
To disable an event type, run the command /event type disable
.
To enable an event type, run the command /event type enable
.
To view all Event Types in a server, run the command /event type view
.
To reset the entire Event Subsystem, run the command /event reset
. This will delete all logged events as well as remove all
event types.