Skip to content

Commit 3fbd6f4

Browse files
tzerktzerk
authored andcommitted
add default value for timestamp
1 parent 1ccdd5e commit 3fbd6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func Read_Settings(ex string) (config Config, err error) {
5050
"token: \r\n" +
5151
"botid: \r\n" +
5252
"chatid: \r\n" +
53-
"timestamp: \r\n" +
53+
"timestamp: true\r\n" +
5454
"message: BDO disconnected \r\n" +
5555
"\r\n" +
5656
"## Program Settings\r\n" +

0 commit comments

Comments
 (0)