Update Presence.vb

This commit is contained in:
Daniel S. Billing 2021-02-21 13:08:46 +01:00
parent d7fdd910a8
commit 2570e3355c

View File

@ -159,9 +159,10 @@ Public Class Presence
}
If ShouldUpdate And Environment.Is64BitProcess = False Then
Logger.Log(Logger.LogTypes.Message, "Presence.vb: Updating Discord Presence.")
Logger.Log(Logger.LogTypes.Debug, "Presence.vb: Updating Discord RPC.")
Discord_UpdatePresence(Presence)
End If
End Sub
End Class