Incapamentum / Exalted-Sage

Discord bot that does API requests to retrieve a collection of daily achievements for the next day and pushes an alert when any that is in a watchlist shows up.
3 stars 0 forks source link

Automation of Guild Application #6

Open Incapamentum opened 1 year ago

Incapamentum commented 1 year ago

The current application process to join the guild is for an interested player to ping the guild officer role and answer four simple questions. The purpose of pinging the guild officer role is for them to guide the applicant on next steps. For the most part, the next steps are pretty formulaic and all subsequent messages also fit within an expected format.

A proposal has been put forth to automate the next steps process by starting a thread from the application itself. This should be straightforward, but caution should be noted to avoid a recursive cascade, so the message contents should be parsed to identify specific portions and ensure that it is indeed an application and not any other message.

Resolution of this issue should be pursued only after Issue #5 has been closed.