mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 15:40:03 +00:00
Increase preview size
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
124a65bcfd
commit
eb78d201de
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ const (
|
||||||
livePostingDiscordProfileHeight = 300
|
livePostingDiscordProfileHeight = 300
|
||||||
livePostingDiscordProfileWidth = 300
|
livePostingDiscordProfileWidth = 300
|
||||||
livePostingNumberOfMessagesToLoad = 100
|
livePostingNumberOfMessagesToLoad = 100
|
||||||
livePostingPreviewHeight = 180
|
livePostingPreviewHeight = 720
|
||||||
livePostingPreviewWidth = 320
|
livePostingPreviewWidth = 1280
|
||||||
livePostingTwitchColor = 0x6441a5
|
livePostingTwitchColor = 0x6441a5
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue