Skip to content

Commit

Permalink
bump discord_rpc to 0.3.0 (fixes #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Feb 18, 2022
1 parent a46cf53 commit 0efbad9
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://github.com/harmonyland/discord_rpc/raw/1d41f3c830a66d4f2699774bc3ec5b44cceb3a46/mod.ts";
import type { Activity } from "https://github.com/harmonyland/discord_rpc/raw/1d41f3c830a66d4f2699774bc3ec5b44cceb3a46/mod.ts";
import { Client } from "https://deno.land/x/discord_rpc@0.3.0/mod.ts";
import type { Activity } from "https://deno.land/x/discord_rpc@0.3.0/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 0efbad9

Please sign in to comment.