You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
The standard discord Events only let you remind of a server wide event. I however want a restricted and customizable event for channels and users.
Describe the solution you'd like:
You execute a /event-create command (you need to have permission to do so)
You enter the Server on which you want to create an event (you need to have permission on that server)
You enter a category where the event channel gets created
You can define the Name of the Event, the Description, the number of groups (if > 2 groups then custom group names), and the group size (group size shouldn't variate at first because that would be too complex and wouldn't make that much sense).
You can edit the event with /event-edit
Edit options are: group and group-size, name and description
Event channel will delete itself after the event is over or when you delete it manually with /event-delete
Events can be listed with /event-list and it will show a list with all active events
Events create a new channel inside a category
There is a nice embed / overview of the event
People can Enter / Switch Teams / Leave with a button
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe:
The standard discord Events only let you remind of a server wide event. I however want a restricted and customizable event for channels and users.
Describe the solution you'd like:
You execute a
/event-create
command (you need to have permission to do so)You can edit the event with
/event-edit
group
andgroup-size
,name
anddescription
Event channel will delete itself after the event is over or when you delete it manually with
/event-delete
Events can be listed with
/event-list
and it will show a list with all active eventsEvents create a new channel inside a category
There is a nice embed / overview of the event
People can Enter / Switch Teams / Leave with a button
The text was updated successfully, but these errors were encountered: