Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Applications: Added the applications module
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpt-Dingus committed Aug 13, 2023
1 parent 47d95cd commit 567b021
Show file tree
Hide file tree
Showing 2 changed files with 486 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.default.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,18 @@
},
"conch": {
"enabled": true
},
"apply": {
"enabled": true,
// Channel to send the applications to
"channel": "",
// All questions have a strict 45 character limit
"questions": []
},
"application": {
"enabled": true,
"applyRoleOnApprove": false,
"roleIdOnApprove": ""
}
}
}
Loading

0 comments on commit 567b021

Please sign in to comment.