control commit

pull/1/head
Captain Arepa 2 years ago
parent 4f0c6d4870
commit f9b2746510

@ -39,7 +39,7 @@ class BotInstance:
self.msg_text = config["message"]["text"]
self.msg_visibility = config["message"]["visibility"]
self.msg_local_only = config["message"]["localOnly"]
self.msg_local_only = config["message"]["local_only"]
self.msg_no_block = config["message"]["no_block_text"]
self.msg_block_count = config["message"]["block_count_text"]
self.msg_latest_block = config["message"]["last_block_text"]

@ -5,7 +5,7 @@
"message": {
"visibility": "[public|home|followers]",
"text": "Notification text mentioning your @misskey_username",
"localOnly": true,
"local_only": true,
"no_block_text": "You haven't been block during the selected time period.",
"block_count_text": "Total users blocking you:",
"last_block_text": "You were last blocked by:"

Loading…
Cancel
Save