mirror of
https://github.com/diamondburned/cchat-discord.git
synced 2025-11-25 21:55:49 +00:00
Increased avatar size from 64 to 128
This commit is contained in:
parent
918719599f
commit
288591a535
|
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
// AvatarURL wraps the URL with URL queries for the avatar.
|
||||
func AvatarURL(URL string) string {
|
||||
return Sized(URL, 64)
|
||||
return Sized(URL, 128)
|
||||
}
|
||||
|
||||
// Sized wraps the URL with the size query.
|
||||
|
|
|
|||
Loading…
Reference in a new issue