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
- set date: make year optional and use current year if nothing is provided. add option to use / instead of .?
- make permitted roles a server setting
- add going back functionality for event creation
- add preview message at the end of creation process for confirmation
- add conversation for self-assignable roles
- command for adding people to event
- better database structure
- move repeated and repeatable strings to resource
- add await equivalent when adding reactions to the message to make sure they are in correct order (see javascript version: https://discordjs.guide/popular-topics/reactions.html#reacting-to-messages) *update: used .join() but does not seem to work consistently…*