Last active
March 5, 2022 23:46
-
-
Save AgentBUB/696745d04d8c847d1a090e3c6dd04a8b to your computer and use it in GitHub Desktop.
Default Versions of the Hiring Bot Configs for ASP's Documentation page.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"prefix": "!", | |
"token": "Bot Token Here", | |
"bot_setup": { | |
"server_name": "Your Roleplay", | |
"bot_status": "online", | |
"bot_game_type": "WATCHING", | |
"bot_game": ["for applicants.", "amazing applications.", "departments grow!"], | |
"main_embed_color": "#fff" | |
}, | |
"settings": { | |
"department_names": ["Police", "Sheriff", "State", "Fire", "Dispatch"], | |
"apps_open_dep_number": "4", | |
"apps_closed_dep_number": "1", | |
"owners": ["User ID of Owner"], | |
"all_app_logs": true, | |
"notice_ping": true, | |
"department_status_use": true, | |
"enable_logo": true, | |
"restrict_cmd_channel": true, | |
"preAppMSG": true, | |
"DMAppLink": false, | |
"depHead_see_apps": true | |
}, | |
"department_status": { | |
"police": "Open", | |
"sheriff": "open", | |
"state": "Open", | |
"fire": "Part-Time", | |
"dispatch": "closed" | |
}, | |
"department_info": { | |
"police": "This is information about the police department.", | |
"sheriff": "This is information about the sheriff's office.", | |
"state": "This is information about the state police department.", | |
"fire": "This is information about the fire department.", | |
"dispatch": "This is information about the communications department." | |
}, | |
"department_aplicantMSG": { | |
"police": "Pre-application Message for the police department.", | |
"sheriff": "Pre-application Message for the sheriff's office.", | |
"state": "Pre-application Message for the state police department.", | |
"fire": "Pre-application Message for the fire department.", | |
"dispatch": "Pre-application Message for the communications department." | |
}, | |
"department_appLink": { | |
"police": "https://shadowdevs.com", | |
"sheriff": "https://shadowdevs.com", | |
"state": "https://shadowdevs.com", | |
"fire": "https://shadowdevs.com", | |
"dispatch": "https://shadowdevs.com" | |
}, | |
"department_logo": { | |
"police": "https://pngimg.com/uploads/police_badge/police_badge_PNG72.png", | |
"sheriff": "https://pngimg.com/uploads/sheriff/sheriff_PNG66.png", | |
"state": "https://images.vexels.com/media/users/3/158398/isolated/preview/13adf46d954beb393caa1e82b7d9db3d-badge-police-star-silhouette-by-vexels.png", | |
"fire": "https://1000logos.net/wp-content/uploads/2017/07/Fire-Department-Logo.png", | |
"dispatch": "https://cdn.discordapp.com/attachments/633499606164176897/817218064742875166/dispatch.png" | |
}, | |
"department_colors": { | |
"police": "#111b88", | |
"sheriff": "#184e13", | |
"state": "#2ca9ba", | |
"fire": "#f50a0a", | |
"dispatch": "#f5d60a" | |
}, | |
"channel_ids": { | |
"hiringCMD": "Channel for join command (Only needed if restricting command in settings)", | |
"app_category": "Category for where application channel is moved (Only needed if not using DM Link system)", | |
"all_app_logs": "Where the all applicants / applications are logged (Can be disabled in settings)", | |
"Police": "Where the Police Department is notified of new applicant / application", | |
"Sheriff": "Where the Sheriff's Department is notified of new applicant / application", | |
"State": "Where the State Police Department is notified of new applicant / application", | |
"Fire": "Where the Fire Department is notified of new applicant / application", | |
"Dispatch": "Where the Dispatch is notified of new applicant / application" | |
}, | |
"role_ids": { | |
"staff": "Main Server Staff Role ID", | |
"depHead": "Main Department Head Role ID", | |
"Police": "Role ID for Police role to be pinged for new application (Ping function is configable setting)", | |
"Sheriff": "Role ID for Sheriff role to be pinged for new application (Ping function is configable setting)", | |
"State": "Role ID for State Police role to be pinged for new application (Ping function is configable setting)", | |
"Fire": "Role ID for Fire role to be pinged for new application (Ping function is configable setting)", | |
"Dispatch": "Role ID for Dispatch role to be pinged for new application (Ping function is configable setting)" | |
}, | |
"application_questions": { | |
"Police": ["PD Question 1", "PD Question 2", "PD Question 3", "Question 4"], | |
"Sheriff": ["Sheriff Question 1", "Sheriff Question 2", "Sheriff Question 3"], | |
"State": ["State PD Question 1", "State PD Question 2", "State PD Question 3", "Question 4", "Question 5"], | |
"Fire": ["Fire Question 1", "Fire Question 2"], | |
"Dispatch": ["Dispatch Question 1", "Dispatch Question 2", "Dispatch Question 3"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment