Fix url
This commit is contained in:
parent
88519d9420
commit
7624d2c3c6
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue