From 117b2fb3037e868f181105b8bc42f81cd15853b6 Mon Sep 17 00:00:00 2001 From: James Cook Date: Wed, 9 Mar 2022 21:24:11 +0000 Subject: [PATCH] chore: add discord link --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4739cb5..4f3be5f 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ A very WIP client for the classcharts API [Documentation](https://jamesatjaminit.github.io/classcharts-api/index.html) - +[Discord Server](https://discord.gg/985yaqxPuy) # Examples ```typescript @@ -13,6 +13,7 @@ async function main() { await client.init(); console.log( await client.getBehaviour({ + // Note: dates are in the American format from: "2020-12-23", to: "2022-03-09", })