Skip to content

Instantly share code, notes, and snippets.

@AgentBUB
Last active March 10, 2021 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AgentBUB/99a5fd3b78fa2e282f5e0ef20b98567c to your computer and use it in GitHub Desktop.
Save AgentBUB/99a5fd3b78fa2e282f5e0ef20b98567c to your computer and use it in GitHub Desktop.
Default Versions of the Hiring Bot Configs for ASP Documentation page.
{
"prefix": "",
"token": "",
"bot_setup": {
"server_name": "",
"bot_status": "",
"bot_game_type": "",
"bot_game": ["", "", ""],
"main_embed_color": ""
},
"settings": {
"department_names": ["", "", "", "", ""],
"apps_open_dep_number": "",
"apps_closed_dep_number": "",
"owners": [""],
"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": "",
"sheriff": "",
"state": "",
"fire": "",
"dispatch": ""
},
"department_info": {
"police": "",
"sheriff": "",
"state": "",
"fire": "",
"dispatch": ""
},
"department_aplicantMSG": {
"police": "",
"sheriff": "",
"state": "",
"fire": "",
"dispatch": ""
},
"department_appLink": {
"police": "",
"sheriff": "",
"state": "",
"fire": "",
"dispatch": ""
},
"department_logo": {
"police": "",
"sheriff": "",
"state": "",
"fire": "",
"dispatch": ""
},
"department_colors": {
"police": "",
"sheriff": "",
"state": "",
"fire": "",
"dispatch": ""
},
"channel_ids": {
"hiringCMD": "",
"app_category": "",
"all_app_logs": "",
"Police": "",
"Sheriff": "",
"State": "",
"Fire": "",
"Dispatch": ""
},
"role_ids": {
"staff": "",
"depHead": "",
"Police": "",
"Sheriff": "",
"State": "",
"Fire": "",
"Dispatch": ""
},
"application_questions": {
"Police": ["", "", "", ""],
"Sheriff": ["", "", "", ""],
"State": ["", "", "", ""],
"Fire": ["", "", "", ""],
"Dispatch": ["", "", "", ""]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment