Events
Eventorio allows you to create and manage events in your discord server. You can create events, manage attendees, and a lot more!
Creating an Event
To create an event, you can use the /event new
command. This command will help you create a new event in your server.
/event new
When using the /event new
command, you need to provide the following parameters:
Required Parameters
Parameter | Description | Format |
---|---|---|
name | The name of the event. | |
description | The description of the event. | |
date | The date of the event. | DD/MM/YYYY hh:mm |
channel | The channel where the event will be created. | |
template | The template to use for the event. Can be either local (specific to the server) or global (shared across all servers). |
Optional Parameters
Parameter | Description | Default |
---|---|---|
mentions | The mentions to include in the event message. You can mention users, roles, or channels. | |
restrictedrole | The role that can join the event. Only users with this role can join the event if set. | |
image | The image to include in the event message. You can upload an image. | |
forcenoimage | If set, the image will not be included in the event message. | false |
maxattendees | The maximum number of attendees for the event. | unlimited |
voicechannel | The voice channel to use for the event. The channel mention will be added in the event message if set. | |
creatediscordevent | If set, the bot will create a Discord event for the event. | false |
thread | If set, the bot will create a thread for the event and add it to the event message. | false |
duration | The duration of the event, in hours (xh ) or minutes (ym ). The duration cannot exceed 24 hours. | |
reccuring * | If set, the event will be recurring. New event will be created with the same details when the event ends. *🚀Premium feature | false |