Skip to content

Commit

Permalink
fix(discord): fix windows pipe path
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Jun 17, 2023
1 parent 98dbc05 commit 6ea90d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord.lua
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if RPC.unix then
msg.verbose('using', socket._VERSION)
end
else
RPC.path = [[\\?\pipe\discord-ipc-0]]
RPC.path = [[\\.\pipe\discord-ipc-0]]
end

---@class Assets
Expand Down

0 comments on commit 6ea90d7

Please sign in to comment.