Skip to content

Commit

Permalink
remove could not connect to discord message
Browse files Browse the repository at this point in the history
  • Loading branch information
axellse committed Aug 2, 2024
1 parent 6366608 commit aa9932e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions helpers/discordRpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ if (process.argv[2] == 'launch') {
}

export function changeRpcStatus(title, thumbnail, id, idling = false) {
if (!connected) {
setPlayStatus('important_err', 'Could not connect to Discord.')
}

let activity = {
details: (idling == false ? ("Listening to " + title) : 'Idling'),
assets: {
Expand Down

0 comments on commit aa9932e

Please sign in to comment.