Skip to content

Commit

Permalink
feat: 變更/holodex clip_and_upload輸出影片的說明欄內容
Browse files Browse the repository at this point in the history
Signed-off-by: Allen95Wei <[email protected]>
  • Loading branch information
Alllen95Wei committed Nov 18, 2024
1 parent 118ad1d commit cc94f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/holodex.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def section_selection(
add_to_musicbot_queue: bool = False,
upload_to_youtube: bool = False,
) -> ui.View:
view = ui.View(disable_on_timeout=True)
view = ui.View(timeout=None, disable_on_timeout=True)
# generate sections
selections = []
for sect in sections_list:
Expand Down Expand Up @@ -160,7 +160,7 @@ async def callback(interaction: Interaction):
原直播:{video_instance.url}
此剪輯片段由Allen Bot產生,使用Holodex API取得時間軸資料。
本功能仍在測試中,且可能隨時下線並不另行通知。
Allen Bot:https://github.com/Alllen95Wei/My-Discord-Bot-Slash
Holodex API:https://docs.holodex.net/
"""
yt_uploader = youtube_api.YouTubeUploader(
Expand Down

0 comments on commit cc94f5d

Please sign in to comment.