From 7624d2c3c62f892c39c38881506bd3eed0d1ea2e Mon Sep 17 00:00:00 2001 From: Aki <71239005+AkiaCode@users.noreply.github.com> Date: Mon, 8 Mar 2021 11:26:32 +0900 Subject: [PATCH] Fix url --- src/models/rest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/rest.ts b/src/models/rest.ts index 2914d2e..ad31f8c 100644 --- a/src/models/rest.ts +++ b/src/models/rest.ts @@ -270,7 +270,7 @@ export class RESTManager { const headers: RequestHeaders = { 'User-Agent': this.userAgent ?? - `DiscordBot (harmony, https://github.com/harmony-org/harmony)` + `DiscordBot (harmony, https://github.com/harmonyland/harmony)` } if (this.token !== undefined) {