From 6a03d5ea6f93ee313508bd39ed7bc38f6bff10b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A5sora?= <60399731+6days9weeks@users.noreply.github.com> Date: Sun, 8 Nov 2020 16:29:06 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7dabb..d640df0 100644 --- a/README.md +++ b/README.md @@ -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'