Merge branch 'main' into bugfix/opacity-for-last-message
This commit is contained in:
commit
3ce866b7da
@ -118,7 +118,7 @@ def embed_youtube(text):
|
||||
queries["start"] = []
|
||||
for t in start_time:
|
||||
if t.endswith("s"):
|
||||
t = start_time[:-1]
|
||||
t = t[:-1]
|
||||
if t.isdigit():
|
||||
queries["start"].append(t)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user