Skip to content
Success

Changes

Summary

  1. renamed cli cmd streamby to ytlive. (commit: bb1f4fa) (details)
  2. allow empty argument (commit: dbd7201) (details)
  3. added default thumbnail (commit: 0de2180) (details)
  4. dc cmd to show yt livestream status (commit: 0f8ae8e) (details)
Commit bb1f4fa5a36048e516ec569d5058f19118eab5dc by BerndiVader
renamed cli cmd streamby to ytlive.
if no channel id use channel id from config.
(commit: bb1f4fa)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/LivestreamsById.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/LivestreamsById.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/youtube/packets/LiveStreamPacket.java (diff)
Commit 0f8ae8e40c5a5911ef3d7c4e27b566b578f39179 by BerndiVader
dc cmd to show yt livestream status
(commit: 0f8ae8e)
The file was addedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/LivestreamInfo.java