Skip to content

Commit 345a1f9

Browse files
gantoineclaude
andcommitted
chore(discord-presence): document the hardcoded Application ID
Replace the placeholder TODO now that the real public "PostHog Code" Discord Application ID is set. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ac69e9f commit 345a1f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/code/src/main/services/discord-presence/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* client. Register an application at https://discord.com/developers, upload the
99
* art assets, then drop its ID here.
1010
*/
11-
// TODO: replace with the real PostHog Code Discord Application ID.
11+
/** Public Discord Application ID for the "PostHog Code" Rich Presence app. */
1212
const DISCORD_CLIENT_ID = "1511709200017920020";
1313

1414
export function getDiscordClientId(): string {

0 commit comments

Comments
 (0)