From 4d9af0898e7de40c4dd73261e65aa81718186ef1 Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Wed, 23 Nov 2022 10:29:13 -0700 Subject: [PATCH] update handle occurances for bot admins --- demo/slides.md | 2 +- script/k8s/errbot/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/slides.md b/demo/slides.md index 8635c1d6..b4ac3443 100644 --- a/demo/slides.md +++ b/demo/slides.md @@ -486,7 +486,7 @@ Before you start your bot, set yourself as the bot admin: Edit the `script/k8s/errbot/deployment.yaml` file like so: -`value: "Birki#0001" # change to your own handle` -> `value: "yourname#0001"` +`value: "@Birki#0001" # change to your own handle` -> `value: "@yourname#0001"` > Note: You can find your `name#id` in the bottom left of your Discord client or on your profile page diff --git a/script/k8s/errbot/deployment.yaml b/script/k8s/errbot/deployment.yaml index 6d1e6816..48ae5457 100644 --- a/script/k8s/errbot/deployment.yaml +++ b/script/k8s/errbot/deployment.yaml @@ -51,7 +51,7 @@ spec: - name: DOCS_URL value: "https://errbot.birki.io" - name: BOT_ADMINS - value: "Birki#0001" # change to your own handle for Slack, Discord, etc + value: "@Birki#0001" # change to your own handle for Slack, Discord, etc - name: BOT_EXTRA_BACKEND_DIR value: "/app/backend/err-backend-discord" - name: RIOT_REGION