From 30fa9429c57dbacb6bf30e0fbb383acd31600537 Mon Sep 17 00:00:00 2001 From: DjDeveloperr Date: Thu, 25 Feb 2021 15:59:42 +0530 Subject: [PATCH] intents no longer needed for ping example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e21d05..f750ffe 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ For a quick example, run this: deno run --allow-net https://deno.land/x/harmony/examples/ping.ts ``` -And input your bot's token and Intents. +And input your bot's token. Here is a small example of how to use harmony,