瀏覽代碼

Fix step 3 of Mjolnir instructions

pull/988/head
Aaron Raimist 5 年之前
父節點
當前提交
3e11ee158e
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 37419210002890EF
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      docs/configuring-playbook-bot-mjolnir.md

+ 1
- 1
docs/configuring-playbook-bot-mjolnir.md 查看文件

@@ -46,7 +46,7 @@ You will need to prevent Synapse from rate limiting the bot's account. This is n
1. Copy the statement below into a text editor.

```
INSERT INTO ratelimit_override VALUES ("@bot.mjolnir:DOMAIN", 0, 0);
INSERT INTO ratelimit_override VALUES ('@bot.mjolnir:DOMAIN', 0, 0);
```

1. Change the username (`@bot.mjolnir:DOMAIN`) to the username you used when you registered the bot's account. You must change `DOMAIN` to your server's domain.


Loading…
取消
儲存