mirror of
https://github.com/diamondburned/cchat-discord.git
synced 2024-11-21 21:52:46 +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