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) {