From 823f4eab56e58c5e21155601c87afdf37c559b51 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 23 Sep 2021 00:09:49 +1000 Subject: [PATCH] v1.2.0 readme update --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a8f178..a8f8a69 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ npm install weeby-js --save ``` ## 🗝 Authentication -`weeby-js` requires an authorization token which can be obtained by joining the [NTM Discord Server](https://weebyapi.xyz/discord), and then running the `/apply` command with the Weeby API bot. To learn more in deep about the application process, please visit the [Weeby API Website](https://weebyapi.xyz/). +`weeby-js` requires an authorization token which can be obtained by doing one of the following methods: +- Joining the [NTM Central Discord Server](https://weebyapi.xyz/discord), and then running the `/apply` command with the Weeby API bot. +- Logging into the [Dashboard](https://weebyapi.xyz/dashboard) and then using the [application form](https://weebyapi.xyz/dashboard/apply) and filling in the required fields. + +To learn more in deep about the application process, please visit the [Getting Started](https://weebyapi.xyz/gettingstarted) page. > Upon being accepted into Weeby API. It is very important to **never** show this token to anybody. @@ -30,7 +34,7 @@ const WeebyAPI = require("weeby-js"); const weeby = new WeebyAPI("YOUR_TOKEN"); let gif = await weeby.gif.fetch("pat"); -console.log(gif); // -> https://weebyapi.xyz/img/gif/pat/13.gif +console.log(gif); // -> https://cdn.weebyapi.xyz/img/gif/pat/13.gif ``` ### Generator: