Skip to content

Commit

Permalink
disable views on timeout (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
solaluset authored Feb 6, 2024
1 parent 82dae4d commit 163e6f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion musicbot/commands/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ async def _search(self, ctx: AudioContext, *, query: str):
*(
SongButton(self, i, data["url"])
for i, data in enumerate(results, start=1)
)
),
disable_on_timeout=True,
),
)

Expand Down

0 comments on commit 163e6f9

Please sign in to comment.