Skip to content

Commit

Permalink
updating...
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChampu committed Aug 30, 2024
1 parent 6bb8efe commit 378d19e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ChampuXMusic/plugins/play/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
from ChampuXMusic.utils.logger import play_logs
from ChampuXMusic.utils.stream.stream import stream
from config import BANNED_USERS, lyrical

import warnings
warnings.filterwarnings("ignore", category=UserWarning, module="http.cookiejar")

@app.on_message(
filters.command(["play", "vplay", "cplay", "cvplay", "playforce", "vplayforce", "cplayforce", "cvplayforce"] ,prefixes=["/", "!", "%", ",", "", ".", "@", "#"])
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ httpx==0.25.2
gpytranslate
openai==0.28.0
mpv
moviepy
moviepy
warnings

0 comments on commit 378d19e

Please sign in to comment.