From 97b7178d36f070af6a35b4cd5a41065c303c4d7c Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 21 May 2022 03:36:17 -0400 Subject: [PATCH] Move to new Discord rich presence app --- src/discord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discord.c b/src/discord.c index 652303f65..7172eb45d 100644 --- a/src/discord.c +++ b/src/discord.c @@ -32,7 +32,7 @@ #include "doomdef.h" // Feel free to provide your own, if you care enough to create another Discord app for this :P -#define DISCORD_APPID "503531144395096085" +#define DISCORD_APPID "977470696852684833" // length of IP strings #define IP_SIZE 21