Skip to content

Commit 4f3c436

Browse files
committed
Use bools in readme
1 parent 1a8685d commit 4f3c436

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ First you need to create a Discord bot user, which you can do by following the i
7171
"floodProtection": false, // On by default
7272
"floodProtectionDelay": 1000, // 500 by default
7373
"port": "6697", // 6697 by default
74-
"secure": "true", // enable SSL, false by default
75-
"sasl:" "true", // false by default
76-
"username:" "test", // nodeirc by default
74+
"secure": true, // enable SSL, false by default
75+
"sasl": true, // false by default
76+
"username": "test", // nodeirc by default
7777
"password": "p455w0rd" // empty by default
7878
},
7979
"format": { // Optional custom formatting options

0 commit comments

Comments
 (0)