Merge pull request #30 from 6days9weeks/main

Update README.md
This commit is contained in:
Helloyunho 2020-11-08 16:35:42 +09:00 committed by GitHub
commit c0332d27ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ deno run --allow-net https://raw.githubusercontent.com/harmony-org/harmony/main/
```
And input your bot's token and Intents.
Here is a small example of how to use discord.deno,
Here is a small example of how to use harmony,
```ts
import { Client, Message, Intents } from 'https://raw.githubusercontent.com//harmony-org/harmony/main/mod.ts'