Пікірлер
@galuhkirana3114
@galuhkirana3114 6 күн бұрын
What if I have streaming assets folder? what should I do?
@grandsrondsstvincent
@grandsrondsstvincent 15 күн бұрын
Hey do you think it's possible to custom our discord name with a python script ? or java or Idk what
@theguardvip5696
@theguardvip5696 25 күн бұрын
I can confirm it still works. Thank you!
@garydoge3986
@garydoge3986 Ай бұрын
Is it possible to have a leaderboard in which the discord users are displayed?
@Stoney_Eagle
@Stoney_Eagle Ай бұрын
Pipe the yt-dlp download stream directly to ffmpeg which outputs the video or audio to HLS, this will build small file chunks that are available within seconds of starting, and you can use videojs player or hlsjs to build up a data stream for your audio or video tag. This should help you. 😉 I use this for movie/tv show trailers in the software I'm building to get rid of the ugly embed overlay and use my own player ui, I'm also planning on adding discord features which lead me here doing some research. 😊
@jackssrt
@jackssrt Ай бұрын
1:01 leaked token!
@zyb3rwolfi
@zyb3rwolfi Ай бұрын
That a token from a year ago
@greeningsirenbackup
@greeningsirenbackup Ай бұрын
could've also used the cobalt api
@Mistcr...
@Mistcr... Ай бұрын
the definition of underrated content
@zyb3rwolfi
@zyb3rwolfi Ай бұрын
Yessir
@tonik2558
@tonik2558 Ай бұрын
5:29 oh no that's not good anyone finds that endpoint and your pc is cooked
@tonik2558
@tonik2558 Ай бұрын
(unless you verified the arguments elsewhere ofc, but it would be smart to do it here as well)
@tonik2558
@tonik2558 Ай бұрын
also you should look into spawn, i think it deals with that for you (at least until someone finds another bug like CVE-2024-24576, but then it's not your fault)
@zyb3rwolfi
@zyb3rwolfi Ай бұрын
The project isn't public. If it was I would've used Middle ware to protect the endpoint
@CD3MISSION
@CD3MISSION Ай бұрын
also you forgot to update the description
@CD3MISSION
@CD3MISSION Ай бұрын
criminally underrated
@q7b663
@q7b663 Ай бұрын
just don't use discord bots problem solved
@lilyeatssoup
@lilyeatssoup 2 ай бұрын
shouldn't you close the File variable? also why is File with uppercase F? python uses the snake_case naming convention for variable names. Actually why don't you use the "with" keyword when opening the file to avoid having to close it at all? why do you do line.split(" ")[0] rather than line.strip()? Actually, why don't you just read the file like file.read() rather than file.readlines(), and then do for line in file.split(" ")? what's with the empty lines at line 10, 24 & 26? also I would recommend to specify utf-8 encoding when opening the file for compatibility reasons. 2/5
@noobgam6331
@noobgam6331 Ай бұрын
you're a perfect example of a kid introducing a lot of useless concepts to junior developers to sway them away from actually achieving the task on hand, focusing on "productionifying the code" for no reason. You forgot to ask for typehints for every single variable and function definition and add documentation. smh
@noobgam6331
@noobgam6331 Ай бұрын
the only real problem with this tutorial is not actually showing the auth key. Which arguably you could create an alt account on discord and use that in order to make it complete.
@lilyeatssoup
@lilyeatssoup Ай бұрын
@@noobgam6331 no i just want less convoluted code- especially for **tutorials**. you should learn the proper way to do things- which often happen to be easier and cleaner.
@user-os7wc8pg9d
@user-os7wc8pg9d 2 ай бұрын
love the vids keep it up
@SnakeEngine
@SnakeEngine 2 ай бұрын
Nice, can you also embed the game right into a discord post (like a youtube vid, only you start playing when you click on it)?
@zyb3rwolfi
@zyb3rwolfi 2 ай бұрын
I dont think thats possible
@zyb3rwolfi
@zyb3rwolfi 2 ай бұрын
To create a Vite project just run `npm create vite@latest` sorry for some reason that part of the video was cut
@obijc6962
@obijc6962 2 ай бұрын
hi, what's the line for adding u. emoji with?
@KRMSHOP-de4ue
@KRMSHOP-de4ue 3 ай бұрын
Chat gpt youtuber
@mrmystictale
@mrmystictale 3 ай бұрын
I seem to be getting errors could you please send the source code?
@carltonkess862
@carltonkess862 5 ай бұрын
What color theme are you using??
@k_piyushm
@k_piyushm 5 ай бұрын
my result is a tuple inside a list, will it give problem in future?
@_sohom
@_sohom 5 ай бұрын
"uwu let's fck" BRO HAVE SOME PRIVACY!!!
@thedarkspark9903
@thedarkspark9903 5 ай бұрын
great video ! It took me a while of fiddling around to get the bot online cause new python version had problems with old python packages but I got it the bot online with Python 3.11.7 , but now I have the error " Ignoring exception in command None: nextcord.ext.commands.errors.CommandNotFound: Command "play" is not found " when I try play something. can anyone help ?
@bob32677
@bob32677 6 ай бұрын
i tried it it does not pop any errors i even made it print any words when it does the loop and it does not work any ideas?
@gxxziejr
@gxxziejr 5 ай бұрын
it doesnt work anymore i dont think, its risky
@SkateD2
@SkateD2 2 ай бұрын
@@gxxziejr it still works
@jamez_6208
@jamez_6208 2 ай бұрын
Same issue
@iamfrojy
@iamfrojy 6 ай бұрын
Banable?
@Strikerok
@Strikerok 6 ай бұрын
Nice video, but can you also make tutorial video how to make level up by messages, for example no lvl up with xp, but lvl up at the amount of messages, for example after 50 messages is 1 lvl and after 100 2 lvl, i think this is a better option as xp.
@SicoSalt
@SicoSalt 6 ай бұрын
source cpde?
@user-ti7rs9ss5i
@user-ti7rs9ss5i 6 ай бұрын
Can't get this to work with cogs
@braccusrex
@braccusrex 7 ай бұрын
How can i notify users with the new song as it starts playing?
@zyb3rwolfi
@zyb3rwolfi 7 ай бұрын
Look into the docs. There is an event that runs when a song ends or starts
@nazzik_nvp
@nazzik_nvp 7 ай бұрын
Ignoring exception in command None: nextcord.ext.commands.errors.CommandNotFound: Command "play" is not found Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x7f9f20709ff
@wndos
@wndos 8 ай бұрын
are sqlite3 and asqlite same?
@zyb3rwolfi
@zyb3rwolfi 7 ай бұрын
Should be. Really doesn't matter what dB you use
@fallenflame2038
@fallenflame2038 8 ай бұрын
Will this tutorial also work for nextcord?
@Scarletterino
@Scarletterino 9 ай бұрын
Either I did something wrong or it doesnt work anymore. requests can not be imported, File, message, request and header is not definded... idk
@AD_Rap
@AD_Rap 4 ай бұрын
@@148roachdoesn’t work and too complicated and don’t get it
@perfectblue305
@perfectblue305 10 ай бұрын
Is it possible to change avatars in the same way?
@Aero205
@Aero205 11 ай бұрын
the api is now 10.000 dollars wtf?
@Arqade-utube
@Arqade-utube 11 ай бұрын
question: in 8:20 you put a ? in the guild id place and added it in the line under why didnt you just add it right away like you did during the leveling part
@zyb3rwolfi
@zyb3rwolfi 11 ай бұрын
Descending is just a query string. And then we are executing it.
@Arqade-utube
@Arqade-utube 11 ай бұрын
@@zyb3rwolfi oh ok ty
@zingthe64savage18
@zingthe64savage18 11 ай бұрын
Thank you so much I needed this
@goldnpiggyboi
@goldnpiggyboi Жыл бұрын
This seems like it’s very against TOS and could get you banned. Be safe.
@zyb3rwolfi
@zyb3rwolfi Жыл бұрын
My view is as long as you dont abuse the API you should be fine. Dont be a dumbass and spam these requests thousands of seconds.
@zyb3rwolfi
@zyb3rwolfi Жыл бұрын
Discord - discord.gg/7hw4apeNdh
@whecker3389
@whecker3389 3 ай бұрын
Hi
@SkateD2
@SkateD2 Жыл бұрын
this is so cool i wanna be like the guy who made this when i grow up
@zyb3rwolfi
@zyb3rwolfi Жыл бұрын
frfr
@justray5473
@justray5473 Жыл бұрын
Self-botting will get your account deleted off discord.
@Xyzaxisz
@Xyzaxisz 4 ай бұрын
​@@slate8881 you still using it?
@Ravexnite-
@Ravexnite- Жыл бұрын
nice
@elezthemdev
@elezthemdev Жыл бұрын
thx)
@rajaconstantine
@rajaconstantine Жыл бұрын
Continue this levelling series from scratch to end
@yoursocks
@yoursocks Жыл бұрын
Thankyou bro 👾
@zyb3rwolfi
@zyb3rwolfi Жыл бұрын
Helpful Links Our Discord - discord.gg/7hw4apeNdh Vacefron - github.com/Soheab/vacefron.py Levels Equation - blog.jakelee.co.uk/converting-levels-into-xp-vice-versa/ Just a note, for the ranking loop, there are way better ways of doing this especially for bigger servers with hundreds or even thousands of members since this for loop is a slow way of doing it.
@ItZ_CCCUUU
@ItZ_CCCUUU Жыл бұрын
great vid, make more of these
@DrWoofOfficial
@DrWoofOfficial Жыл бұрын
How smart is the bot?
@hakersero7376
@hakersero7376 Жыл бұрын
ничего не понял, но очень интересно
@zyb3rwolfi
@zyb3rwolfi Жыл бұрын
:)