2022-12-11 04:08:29 +00:00
|
|
|
[lemmy]
|
|
|
|
instanceURL = "https://lemmy.ml"
|
|
|
|
|
|
|
|
[lemmy.account]
|
|
|
|
userOrEmail = "user@example.com"
|
|
|
|
password = "ExamplePassword123"
|
|
|
|
|
|
|
|
# Replies to any message starting with "!!BOT_TEST" with everything
|
|
|
|
# after "!!BOT_TEST"
|
|
|
|
[[reply]]
|
|
|
|
regex = "!!BOT_TEST (.*)"
|
2023-01-24 09:24:03 +00:00
|
|
|
msg = "{{.Match 0 1}}"
|