Skip to content

Commit

Permalink
Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
pahaze committed Nov 25, 2020
1 parent 701a3e5 commit 72bcc77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AudacityRPC/AudacityRPC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AudacityRPC
{
static void Main(string[] args)
{
DiscordRpcClient DiscordClient = new DiscordRpcClient("685280658570084369");
DiscordRpcClient DiscordClient = new DiscordRpcClient("769607179841568800");
DiscordClient.Initialize();
void SetPresence(RichPresence Presence)
{
Expand Down Expand Up @@ -69,7 +69,7 @@ void SetPresence(RichPresence Presence)
Timestamps = timesta,
Assets = new Assets()
{
LargeImageKey = "audacity_logo_logotype",
LargeImageKey = "audacity",
LargeImageText = "Audacity",
SmallImageText = "",
SmallImageKey = ""
Expand Down
4 changes: 2 additions & 2 deletions AudacityRPC/AudacityRPC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="DiscordRPC, Version=1.0.150.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DiscordRichPresence.1.0.150\lib\net35\DiscordRPC.dll</HintPath>
<Reference Include="DiscordRPC, Version=1.0.166.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DiscordRichPresence.1.0.166\lib\net35\DiscordRPC.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion AudacityRPC/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DiscordRichPresence" version="1.0.150" targetFramework="net472" />
<package id="DiscordRichPresence" version="1.0.166" targetFramework="net472" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" />
</packages>

0 comments on commit 72bcc77

Please sign in to comment.