Skip to content

Commit

Permalink
Revert "use temp discord_rpc fork"
Browse files Browse the repository at this point in the history
This reverts commit eb3b590.
  • Loading branch information
NextFire committed Feb 18, 2022
1 parent eb3b590 commit a46cf53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions music-rpc.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env deno run --unstable --allow-env --allow-run --allow-net --allow-read --allow-write

import { Client } from "https://raw.githubusercontent.com/NextFire/discord_rpc/923677d64720d797510b9e135a4ec748ca856d6a/mod.ts";
import type { Activity } from "https://raw.githubusercontent.com/NextFire/discord_rpc/923677d64720d797510b9e135a4ec748ca856d6a/mod.ts";
import { Client } from "https://github.com/harmonyland/discord_rpc/raw/1d41f3c830a66d4f2699774bc3ec5b44cceb3a46/mod.ts";
import type { Activity } from "https://github.com/harmonyland/discord_rpc/raw/1d41f3c830a66d4f2699774bc3ec5b44cceb3a46/mod.ts";
import { run } from "https://deno.land/x/[email protected]/mod.ts";
import type {} from "https://deno.land/x/[email protected]/global.d.ts";
import type { iTunes } from "https://deno.land/x/[email protected]/types/core.d.ts";
Expand Down

0 comments on commit a46cf53

Please sign in to comment.