We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa88350 commit 99acf04Copy full SHA for 99acf04
README.md
@@ -3,7 +3,7 @@
3
#### Example
4
5
```typescript
6
-import { createClient } from "https://deno.land/x/discord_rpc";
+import { createClient } from "https://deno.land/x/discord_rpc/mod.ts";
7
8
const client = await createClient();
9
await client.login("869104832227733514");
0 commit comments