diff --git a/src/lime_qt/discord_impl.cpp b/src/lime_qt/discord_impl.cpp index 2cdff923a..1622edf50 100644 --- a/src/lime_qt/discord_impl.cpp +++ b/src/lime_qt/discord_impl.cpp @@ -43,7 +43,7 @@ void DiscordImpl::Update() { DiscordRichPresence presence{}; presence.largeImageKey = "large_icon"; presence.smallImageKey = "small_icon"; - presence.smallImageText = "Lime is an emulator for the 3DS!"; + presence.smallImageText = Common::g_build_fullname; if (is_powered_on) { presence.largeImageText = title.c_str(); presence.state = title.c_str();