Skip to content

Commit b3e4c8d

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
better discord example
1 parent 1b8880a commit b3e4c8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/reviewgoose/discord.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ title: reviewGOOSE:Discord Integration
151151
<p class="rg-slack-config__description">Create <code>.codeGROOVE/discord.yaml</code> in your org:</p>
152152
<div class="rg-slack-config__code">
153153
<pre><code>global:
154-
guild_id: "1234567891234567890" # Your Discord server ID
154+
guild_id: 1234567891234567890 # Your Discord server ID
155155

156156
users:
157-
alice: "alice_discord" # GitHub username → Discord username
158-
bob: "bob_discord"
157+
alice: 111111111111111111 # GitHub username → Discord user ID
158+
bob: discord-bob-username # GitHub username → Discord username
159159

160160
channels:
161161
engineering: # Channel name

0 commit comments

Comments
 (0)