Together-Java / TJ-Bot

TJ-Bot is a Discord Bot used on the Together Java server. It is maintained by the community, anyone can contribute.
https://togetherjava.org
GNU General Public License v3.0
100 stars 83 forks source link

Feat: Add slash command to generate application form for various community roles #1049

Open christolis opened 4 months ago

christolis commented 4 months ago

Closes #1024.

Screenshots

ScreenRecording2024-03-11at18 29 35-ezgif com-video-to-gif-converter

image

Configuration changes

Property Description Type Default
applicationForm.applicationChannelPattern Where submitted
applications end up.
String "applications-log"

TODO

Suleman70 commented 4 months ago

Can i be assigned to this?

christolis commented 4 months ago

Marked PR as draft since there needs to be some rework on certain things which will be specified in the TODO.

ankitsmt211 commented 2 months ago

@christolis what happens to the generated form after x user applies through form? Does the form need to be re-created? Or is it only unavailable for x user to a certain time period?

Also how do we update the form if need be? Delete message and recreate?