make default avatar template actually work in discord

This commit is contained in:
Agatha Lovelace 2021-08-27 21:31:54 +03:00
parent eda95f3dfe
commit dd0626b8e9
No known key found for this signature in database
GPG Key ID: 2DB18BA2E0A80BC3
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ data class BaseConfig(val rootDir: File) {
data class AvatarOptions( data class AvatarOptions(
val enable: Boolean = true, val enable: Boolean = true,
val urlTemplate: String = "https://visage.surgeplay.com/head/512/{uuid}", val urlTemplate: String = "https://mc-heads.net/head/{uuid}",
val systemUserAvatar: String = "" val systemUserAvatar: String = ""
) )