update some typos and missing data
This commit is contained in:
@@ -40,5 +40,7 @@ comment_on_posts:
|
|||||||
- Merci
|
- Merci
|
||||||
- Yeah!
|
- Yeah!
|
||||||
- Vielen Dank!
|
- Vielen Dank!
|
||||||
|
login:
|
||||||
|
email: example@example.com
|
||||||
|
passwd: thefbpassword
|
||||||
```
|
```
|
||||||
23
contrib/etc/fbBot/config.yaml
Normal file
23
contrib/etc/fbBot/config.yaml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
development_mode: true
|
||||||
|
cronjob_interval: "@every 5m"
|
||||||
|
no_run_on_start: false
|
||||||
|
http_useragent: "Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19"
|
||||||
|
webhooks:
|
||||||
|
live:
|
||||||
|
- https://discordapp.com/api/webhooks/...
|
||||||
|
- https://discordapp.com/api/webhooks/...
|
||||||
|
devel:
|
||||||
|
- https://discordapp.com/api/webhooks/...
|
||||||
|
comment_on_posts:
|
||||||
|
- TY
|
||||||
|
- ty!
|
||||||
|
- danke!
|
||||||
|
- I could use it!
|
||||||
|
- thx!
|
||||||
|
- Thank you!
|
||||||
|
- Merci
|
||||||
|
- Yeah!
|
||||||
|
- Vielen Dank!
|
||||||
|
login:
|
||||||
|
email: example@example.com
|
||||||
|
passwd: thefbpassword
|
||||||
15
main.go
15
main.go
@@ -32,14 +32,21 @@ func init() {
|
|||||||
development_mode: true
|
development_mode: true
|
||||||
cronjob_interval: "@every 5m"
|
cronjob_interval: "@every 5m"
|
||||||
no_run_on_start: false
|
no_run_on_start: false
|
||||||
http_useragent: Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19
|
http_useragent: "Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19"
|
||||||
(KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19
|
|
||||||
webhooks:
|
webhooks:
|
||||||
|
<<<<<<< HEAD
|
||||||
live:
|
live:
|
||||||
- https://discordapp.com/api/webhooks/...
|
- https://discordapp.com/api/webhooks/...
|
||||||
- https://discordapp.com/api/webhooks/...
|
- https://discordapp.com/api/webhooks/...
|
||||||
devel:
|
devel:
|
||||||
- https://discordapp.com/api/webhooks/...
|
- https://discordapp.com/api/webhooks/...
|
||||||
|
=======
|
||||||
|
live:
|
||||||
|
- https://discordapp.com/api/webhooks/...
|
||||||
|
- https://discordapp.com/api/webhooks/...
|
||||||
|
devel:
|
||||||
|
- https://discordapp.com/api/webhooks/...
|
||||||
|
>>>>>>> 49d60f1... update some typos and missing data
|
||||||
comment_on_posts:
|
comment_on_posts:
|
||||||
- TY
|
- TY
|
||||||
- ty!
|
- ty!
|
||||||
@@ -51,8 +58,8 @@ comment_on_posts:
|
|||||||
- Yeah!
|
- Yeah!
|
||||||
- Vielen Dank!
|
- Vielen Dank!
|
||||||
login:
|
login:
|
||||||
email: example@example.com
|
email: example@example.com
|
||||||
passwd: thefbpassword
|
passwd: thefbpassword
|
||||||
`)
|
`)
|
||||||
|
|
||||||
viper.ReadConfig(bytes.NewBuffer(yamlExample))
|
viper.ReadConfig(bytes.NewBuffer(yamlExample))
|
||||||
|
|||||||
Reference in New Issue
Block a user