Skip to content

Commit

Permalink
update handle occurances for bot admins
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Nov 23, 2022
1 parent d97f37b commit 4d9af08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion script/k8s/errbot/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d9af08

Please sign in to comment.