Godwhitelight
Godwhitelight
hey DeadBread can you add an option that you can make the bots watch a discord live? that will be VERY cool please do it!
When i am trying to install it i am getting an error with pip. I am using win 11, administrator commandline ERORR: C:\Users\bargi>py -m pip install faster-than-requests Collecting faster-than-requests Using...
how can i send messages as the player?
the bypass has patched by them changing the imgs urls so now you dont have the animal on the url
It seems like something broke in the channel video scraping. ```py channel = Channel('https://www.youtube.com/channel/UCvLswWFz2WGhdJ9cBftmhcA') print(channel.channel_name, channel.channel_id) for i in channel.videos: print(i) ``` this prints only the first print. It does...
My Custom CSS: ```css @import url("https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/JellyTheme-Cleaner.css"); :root { --accent:red!important; } .layout-mobile .primaryImageWrapper > img { display:block!important; } @import url("https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/Cleaner-UI.css"); @import url("https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/RTL-Fix.css"); @import url("https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/Slim-ActiveDevices.css"); @import url("https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/New-Libraries.css"); @import url("https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/PlayerRevamp.css"); ``` The result:...