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
{{ message }}
This repository was archived by the owner on Dec 13, 2025. It is now read-only.
The main feature request is a web panel which has an intuitive interface for creating and handling applications.
Discord OAuth2 Authentication: Required for user verification & panel access.
Application Templates: Predefined sets of applications like Moderator, Developer, Artist etc.
Questions: Should have Placeholder input, Input Type (Short/Paragraph), Required Toggle, Character Limits, Input Filters (Alpha/Numeric) etc for each questions.
Submission Control: Toggle whether applications are open/closed.
Notification Role: Role to ping on submission.
Accept/Decline Actions: Role to grant/remove on approval/rejection.
Blacklist Role: Prevents certain roles from applying.
Submission Role Requirement: Role required to submit applications.
Logging Channel: Channel where logs are sent.
Reviewer Roles: Roles allowed to accept/deny applications.
Voting System (Toggleable): Upvote/Downvote reactions. Allow setting roles allowed to vote.
Panel Creator:
Allows selecting multiple Application Templates.
Customizable layout: Choose between individual buttons or dropdowns.
Customizable embed: Reference -
Log Channel:
Logged application to have 4 buttons:
✅ Accept (Sends default accept response)
❌ Deny (Sends default reject response)
✅ Accept w/ Reason (Modal to input reason)
❌ Deny w/ Reason (Modal to input reason)
DM Applications: Discord modals are limited to 5 questions so we can move form submission to DMs with the bot. Reference-
This will also essentially allow unlimited questions.
HTML Transcript: If the embed exceeds Discord’s character limit, generate an HTML transcript and attach it to the log message.
With this /setup whitelist and /acceptwl can be removed.
The main feature request is a web panel which has an intuitive interface for creating and handling applications.
Discord OAuth2 Authentication: Required for user verification & panel access.
Application Templates: Predefined sets of applications like Moderator, Developer, Artist etc.
Panel Creator:
Log Channel:
DM Applications: Discord modals are limited to 5 questions so we can move form submission to DMs with the bot. Reference-

This will also essentially allow unlimited questions.
HTML Transcript: If the embed exceeds Discord’s character limit, generate an HTML transcript and attach it to the log message.
With this
/setup whitelistand/acceptwlcan be removed.