We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8880a commit b3e4c8dCopy full SHA for b3e4c8d
src/reviewgoose/discord.njk
@@ -151,11 +151,11 @@ title: reviewGOOSE:Discord Integration
151
<p class="rg-slack-config__description">Create <code>.codeGROOVE/discord.yaml</code> in your org:</p>
152
<div class="rg-slack-config__code">
153
<pre><code>global:
154
- guild_id: "1234567891234567890" # Your Discord server ID
+ guild_id: 1234567891234567890 # Your Discord server ID
155
156
users:
157
- alice: "alice_discord" # GitHub username → Discord username
158
- bob: "bob_discord"
+ alice: 111111111111111111 # GitHub username → Discord user ID
+ bob: discord-bob-username # GitHub username → Discord username
159
160
channels:
161
engineering: # Channel name
0 commit comments