pawel02 / music_bot

Music discord bot with all the functionality you'll ever want
66 stars 91 forks source link

major fixes #26

Closed TheStef56 closed 10 months ago

TheStef56 commented 10 months ago

AWAIT COGS ADDING The file main.py had to be changed, since the adding of cogs had to be awaited.

PREFIX In the file _helpcog.py has been added the command "/prefix" to change bot prefix

VIDEO SEARCH The function _searchyt in _musiccog.py has been modified since it raised errors. Now it implements the module youtubesearchpython to get source and title of a video

MUSIC PLAYER The functions _playmusic and _playnext have been modified to be able to play music: the previeous code didn't work. In the lambda function has been used the function _asyncio.run_coroutinethreadsafe() to run _playnext with async,