diff --git a/OpenRA.Mods.Common/DiscordService.cs b/OpenRA.Mods.Common/DiscordService.cs index ff5a70e93d..055f28ae48 100644 --- a/OpenRA.Mods.Common/DiscordService.cs +++ b/OpenRA.Mods.Common/DiscordService.cs @@ -32,6 +32,7 @@ namespace OpenRA.Mods.Common public sealed class DiscordService : IGlobalModData, IDisposable { public readonly string ApplicationId = null; + public readonly string Tooltip = "Open Source real-time strategy game engine for early Westwood titles."; DiscordRpcClient client; DiscordState currentState; @@ -167,7 +168,7 @@ namespace OpenRA.Mods.Common Assets = new Assets { LargeImageKey = "large", - LargeImageText = Game.ModData.Manifest.Metadata.Title, + LargeImageText = Tooltip, }, Timestamps = timestamp.HasValue ? new Timestamps(timestamp.Value) : null, Party = party,