Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom Events with groups #85

Closed
elias-knodel opened this issue Oct 1, 2022 · 1 comment · May be fixed by #92
Closed

Add custom Events with groups #85

elias-knodel opened this issue Oct 1, 2022 · 1 comment · May be fixed by #92
Assignees
Labels
C2 - feature A suggestion or implementation of a new feature
Milestone

Comments

@elias-knodel
Copy link
Member

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

@elias-knodel elias-knodel added the C2 - feature A suggestion or implementation of a new feature label Oct 1, 2022
@elias-knodel elias-knodel self-assigned this Oct 1, 2022
@elias-knodel
Copy link
Member Author

Maybe reserve list

@elias-knodel elias-knodel moved this from 🆕 New to 🏗 In progress in Jojo Discord Bot Roadmap Oct 1, 2022
@elias-knodel elias-knodel added this to the V1 Milestone milestone Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C2 - feature A suggestion or implementation of a new feature
Projects
No open projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

2 participants