Skip to content

Commit cb19570

Browse files
author
BuildTools
committed
settings
1 parent 2e7eb5b commit cb19570

File tree

2 files changed

+143
-2
lines changed

2 files changed

+143
-2
lines changed

data/jokes.json

Lines changed: 142 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2848,6 +2848,147 @@
28482848
"setup": "What did the fish say when it swam in to the wall?",
28492849
"delivery": "Dam.",
28502850
"id": 207
2851+
},
2852+
{
2853+
"category": "Miscellaneous",
2854+
"type": "twopart",
2855+
"setup": "How did Harry Potter get down the hill?",
2856+
"delivery": "Walking...\nJK, Rolling.",
2857+
"flags": {
2858+
"nsfw": false,
2859+
"religious": false,
2860+
"political": false,
2861+
"racist": false,
2862+
"sexist": false
2863+
},
2864+
"id": 208
2865+
},
2866+
{
2867+
"category": "Dark",
2868+
"type": "single",
2869+
"flags": {
2870+
"nsfw": false,
2871+
"religious": false,
2872+
"political": false,
2873+
"racist": false,
2874+
"sexist": false
2875+
},
2876+
"joke": "I was going to tell a dead baby joke. But I decided to abort."
2877+
},
2878+
{
2879+
"category": "Dark",
2880+
"type": "single",
2881+
"flags": {
2882+
"nsfw": false,
2883+
"religious": false,
2884+
"political": false,
2885+
"racist": false,
2886+
"sexist": false
2887+
},
2888+
"joke": "I'll never forget my Granddad's last words to me just before he died. \"Are you still holding the ladder?\""
2889+
},
2890+
{
2891+
"category": "Miscellaneous",
2892+
"type": "twopart",
2893+
"flags": {
2894+
"nsfw": false,
2895+
"religious": false,
2896+
"political": false,
2897+
"racist": false,
2898+
"sexist": false
2899+
},
2900+
"setup": "Why did the chicken cross the road, roll in the mud and cross the road again?",
2901+
"delivery": "He was a dirty double crosser!"
2902+
},
2903+
{
2904+
"category": "Miscellaneous",
2905+
"type": "twopart",
2906+
"flags": {
2907+
"nsfw": false,
2908+
"religious": false,
2909+
"political": false,
2910+
"racist": false,
2911+
"sexist": false
2912+
},
2913+
"setup": "What do you call a deer with no eyes?",
2914+
"delivery": "No eye deer."
2915+
},
2916+
{
2917+
"category": "Programming",
2918+
"type": "twopart",
2919+
"flags": {
2920+
"nsfw": false,
2921+
"religious": false,
2922+
"political": false,
2923+
"racist": false,
2924+
"sexist": false
2925+
},
2926+
"setup": "What are bits?",
2927+
"delivery": "Tiny things left when you drop your computer down the stairs"
2928+
},
2929+
{
2930+
"category": "Miscellaneous",
2931+
"type": "twopart",
2932+
"setup": "Where do sick cruise ships go to get healthy?",
2933+
"delivery": "The dock!",
2934+
"flags": {
2935+
"nsfw": true,
2936+
"religious": false,
2937+
"political": true,
2938+
"racist": false,
2939+
"sexist": false
2940+
}
2941+
},
2942+
{
2943+
"category": "Miscellaneous",
2944+
"type": "twopart",
2945+
"setup": "Has COVID-19 forced you to wear glasses and a mask at the same time?",
2946+
"delivery": "If so, you may be entitled to condensation.",
2947+
"flags": {
2948+
"nsfw": true,
2949+
"religious": false,
2950+
"political": true,
2951+
"racist": false,
2952+
"sexist": false
2953+
}
2954+
},
2955+
{
2956+
"category": "Programming",
2957+
"type": "twopart",
2958+
"flags": {
2959+
"nsfw": false,
2960+
"religious": false,
2961+
"political": false,
2962+
"racist": false,
2963+
"sexist": false
2964+
},
2965+
"joke": "Why did the programmer jump on the table?",
2966+
"delivery": "Because debug was on his screen."
2967+
},
2968+
{
2969+
"category": "Miscellaneous",
2970+
"type": "single",
2971+
"flags": {
2972+
"nsfw": false,
2973+
"religious": false,
2974+
"political": false,
2975+
"racist": false,
2976+
"sexist": false
2977+
},
2978+
"joke": "I walked into a bar once.\nIt really hurt my head."
2979+
},
2980+
{
2981+
"category": "Miscellaneous",
2982+
"type": "twopart",
2983+
"flags": {
2984+
"nsfw": true,
2985+
"religious": false,
2986+
"political": false,
2987+
"racist": false,
2988+
"sexist": false
2989+
},
2990+
"setup": "What's grey and comes in pints?",
2991+
"delivery": "An elephant."
28512992
}
28522993
]
2853-
}
2994+
}

settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const bgc = jsl.colors.bg;
55

66
const settings = {
77
debug: {
8-
verboseLogging: true, // set to true to enable extra debug output
8+
verboseLogging: false, // set to true to enable extra debug output
99
progressBarDisabled: true, // set to true to disable the progress bar - greatly improves readability of verbose debug output
1010
onlyLogErrors: true, // set to true to disable sending any console logs but error messages
1111
},

0 commit comments

Comments
 (0)