Developing a Website (Part 2: CSS)
16:07
Custom Themes For Discord 2023!
10:59
Make GUIs In Python With Tkinter
20:34
Пікірлер
@paradoxial7665
@paradoxial7665 Күн бұрын
IMPORTANT - PLEASE READ! Hello, I wanted to deeply apologize for the 40+ days between this upload and my previous ones. I also deeply apologize if the quality of this video is not up to par with the rest of my uploads. Honest to God with you all I did rush this upload and that is why it does not look as good as my others, I wanted to push something out as soon as possible to not leave you guys hanging. The reason for this is solely because of recent events that took place. As you may know if you are following me in my Discord server, I recently took a trip to visit family in another country (as mentioned in video). However, something that I did not expect to happen was being stranded there. But politics and geopolitical mess always finds a way to pertrude into our lives. And unfortunetly I fell victim to that. Thankfully, God has blessed me with a way back home, so that I can further push uploads for you guys. It took me a while to get back home, it was a long, stressful, and overall gutwrenching process. But I made it. Sadly I made it right in the middle of the beginning of my college semester, so I had no time to prepare beforehand. With all of that happening at once, it genuinely threw me off course by a large margin, and it was a very rough week for me to adapt and reintegrate myself to my new busy schedule with a job and school all while trying to run and maintain this channel plus my amazing House of Code community. I appreciate each and every one of you for being patient and supporting me no matter what has happened. Now that I am back home and settled down with my schedule, I am ready to push uploads and tutorials to you all. Thank you Best regards, Tamer Alssaleh (Paradoxial)
@ecx765
@ecx765 14 күн бұрын
for some reason it just tells me it can't find the cogs folder
@paradoxial7665
@paradoxial7665 13 күн бұрын
Make sure you have the correct path.
@xanioc
@xanioc 16 күн бұрын
When I try to use dotenv in vscode it throws error about not being able to grab my token whenever I try to run my script I followed another tutorial on how to create a chat bot but it still didn't work and tried to look for various debugging videos/ stack overflow. And nothing help when I tried to run the script on pycharm the script ran fine with no errors
@User-vx2vk
@User-vx2vk 16 күн бұрын
use chat gpt and say "what is the problem" with the code or error pasted next to it, thank me later.
@paradoxial7665
@paradoxial7665 15 күн бұрын
The issue is located in how you are running your project’s file path on VSC. See, whenever you want to add a folder as a workspace, you should ONLY add the folder that contains your main.py or bot.py files. So in other words, add the parent folder of your Python files. This will resolve that issue.
@alpersimsek6493
@alpersimsek6493 16 күн бұрын
when i type =embed the terminal tells me discord.ext.commands.errors.CommandNotFound: Command "embed" is not found
@paradoxial7665
@paradoxial7665 15 күн бұрын
Join the discord server and create a forum!
@Ezxvs
@Ezxvs 17 күн бұрын
doesn't work for me :(
@swarityadav4703
@swarityadav4703 19 күн бұрын
Bro its not working for me it throws err for await bot.load_extension one ;((
@kayohmedy
@kayohmedy 19 күн бұрын
Learning python through the use of Discord botting. Even tho it's the first video in the series, I have now learnt to mask my token! Thank you!
@Carebear_Pooh
@Carebear_Pooh 21 күн бұрын
Thank you so much :) very clear guide
@jeeves_uk
@jeeves_uk 22 күн бұрын
Why is the playlist backwards that's slightly annoying for those of us who are following the entire thing
@BolehNgopi
@BolehNgopi 25 күн бұрын
Why for me it didn't return anything? Just blank response?
@deccy14
@deccy14 25 күн бұрын
Thanks for the help :)
@shine17349
@shine17349 Ай бұрын
Great stuff bro keep up the work
@spenpal
@spenpal Ай бұрын
Could you go over Discord Buttons next? I love your series so far! Keep it up!
@theweexnd
@theweexnd Ай бұрын
Not working for me, no such file or directory
@paradoxial7665
@paradoxial7665 26 күн бұрын
Make sure the file is being correctly scoped.
@Mokkor_
@Mokkor_ Ай бұрын
Why use Cogs when your first approach works as well? What's the benefit of using Cogs?
@paradoxial7665
@paradoxial7665 26 күн бұрын
Cogs are good for organizing commands. You can have multiple cogs for different types of commands. A good example is a cog dedicated to moderation commands. You can also reload, unload, or load cogs and activate/deactivate commands without having to restart your bot.
@puffvayne5688
@puffvayne5688 Ай бұрын
This series is awesome, we want more
@gaming-fynn
@gaming-fynn Ай бұрын
How Make embed with slash Command
@luckyducky000
@luckyducky000 Ай бұрын
WSG
@sebasjara3318
@sebasjara3318 Ай бұрын
Excelent video, Is there any way to do this but hosting on a server (like free google cloud sql instances) and not locally?😢😢
@paradoxial7665
@paradoxial7665 Ай бұрын
Well there isn’t really a solution that’s 100% free.. at the very least a good one that is. You could theoretically turn your PC into a server that can run your discord bot. You can download Xampp and start a MySQL server and then you would use a special you have to pip install instead of SQLite3. I have a budget server of mine at home that runs my discord bot. Although I use local database because it’s easier and faster to get set up.
@sebasjara3318
@sebasjara3318 Ай бұрын
@@paradoxial7665 thank you so much, but the database is still accessible for the bot even if you turn off the PC?
@Mediocre_Soup
@Mediocre_Soup 24 күн бұрын
@@sebasjara3318 if the pc that holds your database if off, nothing can access it
@sebasjara3318
@sebasjara3318 Ай бұрын
is there any way to get rid of the word "Playing" at the beggining of the status? Thank you for making this amazing content!!!
@paradoxial7665
@paradoxial7665 Ай бұрын
If I am not mistaken I believe instead of discord.Game you can just do discord.Activity or discord.Status. One of those *should* work..
@Misha4em
@Misha4em Ай бұрын
@@paradoxial7665 It is discord.CustomActivity to only display your status.
@universaltiger6547
@universaltiger6547 5 күн бұрын
​@@paradoxial7665 I figured it out, it is discord.CustomActivity ❤
@SoulPulseYT
@SoulPulseYT Ай бұрын
Can u make a video to make giveaway bot please 😢
@luckyducky000
@luckyducky000 Ай бұрын
It doesn't work for me. 😩
@paradoxial7665
@paradoxial7665 Ай бұрын
Join my discord server so someone can further assist you
@n_a66
@n_a66 Ай бұрын
kzbin.info/www/bejne/m5PPdJVtgbaSpsU you finally allow NSFW memes to pass if they have no author
@humbleakh
@humbleakh Ай бұрын
one of the best channels for learning bot dev! thanks a lot!
@_ahnaf.
@_ahnaf. Ай бұрын
can you make a video on how to make a dashboard for the bot? great job tho! keep it up
@TutorialMentor
@TutorialMentor Ай бұрын
What's the use of learning prefix commands when they are no longer used anymore as we're heading into the future.
@paradoxial7665
@paradoxial7665 Ай бұрын
A good way of learning how to code something is going over several different methods or ways about developing something
@Rl.Goldlol
@Rl.Goldlol Ай бұрын
cant download easypill can i still make it?
@AlexanderAnimates-m4n
@AlexanderAnimates-m4n 13 күн бұрын
is easy-pil not easy-pill
@taehoon731
@taehoon731 Ай бұрын
4:25
@WFTYUE
@WFTYUE Ай бұрын
For some reason i get 3 errors error. 1 line 31, in <module> asyncio.run(main()) error. 2 line 28, in main await load() error. 3 line 22, in load for filename in os.listdir("./cogs"): ^^^^^^^^^^^^^^^^^^^^ Please anyone help
@isshwor
@isshwor Ай бұрын
okay, can you share your source code?
@shine17349
@shine17349 Ай бұрын
ask chat gpt
@WFTYUE
@WFTYUE 11 күн бұрын
@@shine17349 gee thanks
@Based_Male
@Based_Male Ай бұрын
yo, im getting the error SSL certificate could you help me?
@dariomilanese0542
@dariomilanese0542 Ай бұрын
bro can u do a video in which u code with cogs a bot for listening music?
@paradoxial7665
@paradoxial7665 Ай бұрын
Hi, as much as I would love to make a tutorial on this. There are some legal issues that come into play and that are mainly copyright related. Recently in the last couple years, KZbin has taken legal action against some Discord bots that have music commands due to the issue of streaming copyrighted music. Because of this, for the protection of this channel, I unfortunately cannot make a tutorial on it.
@ah_guo666
@ah_guo666 Ай бұрын
Hi may I ask what extension are you using?
@paradoxial7665
@paradoxial7665 Ай бұрын
Hi, I use a lot of extensions for VSC. I assume you’re mainly worried about the ones for Python. So I mainly use Code Runner, Tabnine, Pylance, Docstring, etc… Some of these aren’t at all exclusive to Python though. Tabline and code runner can be used for other scripts too.
@ah_guo666
@ah_guo666 Ай бұрын
@@paradoxial7665 any extension related to discord?
@ah_guo666
@ah_guo666 Ай бұрын
@@paradoxial7665 Thanks
@kazrutx1
@kazrutx1 Ай бұрын
And when I want to do only one status?
@paradoxial7665
@paradoxial7665 Ай бұрын
You can just leave only one element in the list.
@dashound777
@dashound777 Ай бұрын
If I were this dude, I'd make this video on episode 1. The series he's been making is giving out tutorial that can easily run into bunch of problems just to promote his OWN discord server lmfao
@paradoxial7665
@paradoxial7665 Ай бұрын
Hi, I appreciate the somewhat constructive criticism. However you should know the reason why this tutorial is placed as episode 4 is because of two reasons. Firstly, I’m trying to make this series somewhat for the most part in a similar order to my older one. Secondly, most people who are completely new to developing Discord bots with Python are not going to be worried about creating cogs for their commands. A person who’s completely new would be more than likely worried about making sure their commands actually work and can be used within Discord itself. When you work with cogs you are working with classes and furthermore, some basic OOP. A lot of my audience do not have much prior knowledge on programming in Python. So to not confuse anybody who is new, I want to post videos in an order that progressively gets harder as well as what’s demanded. And typically, when creating a Discord bot, functional commands and getting the bot online are what is going to be priority. Which is why those are part one and two. Furthermore, my Discord server is meant for those who need quick help with their code incase they do run into any issues. The “promotion” you speak of is really just letting my audience know that if they get stuck, I myself, as well as others are available.
@WFTYUE
@WFTYUE Ай бұрын
Dawg Bro made a whole 3 paragraph essay about how you were wrong, oh and @paradoxial7665 Keep up the good work
@_ahnaf.
@_ahnaf. Ай бұрын
👏
@Vacca-Mucca
@Vacca-Mucca Ай бұрын
Can you do a tutorial on triggers?
@paradoxial7665
@paradoxial7665 Ай бұрын
Could you be a bit more specific on what you mean by “triggers”? Are you talking about events (i.e. when member joins, leaves, when member sends messages, etc..)
@Vacca-Mucca
@Vacca-Mucca Ай бұрын
@@paradoxial7665 When someone writes a word, like good morning, the bot automatically responds with messages that you post
@Vacca-Mucca
@Vacca-Mucca Ай бұрын
@@paradoxial7665 For example, if you send a message like good morning, the bot will automatically reply like good morning to you too
@taehoon731
@taehoon731 Ай бұрын
6:13
@yixian0716
@yixian0716 Ай бұрын
Thank you so much
@sonofeazydekko2750
@sonofeazydekko2750 Ай бұрын
When I try to run it I get the error ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
@paradoxial7665
@paradoxial7665 Ай бұрын
Join my discord server so we can properly assist you
@hasank9761
@hasank9761 Ай бұрын
great job! keep it up ❤
@MrGaming-tw1ln
@MrGaming-tw1ln Ай бұрын
I will support you always ❤
@shivranj
@shivranj Ай бұрын
Hey, amazing tutorial !, I'm making a discord bot and I needed a function that runs and sends a message everyday automatically, and that message is to be taken from a list. How do i do this?
@paradoxial7665
@paradoxial7665 Ай бұрын
Hello, join my discord server so we can further discuss this. Link to it is in the description
@unnamed-7353
@unnamed-7353 Ай бұрын
most useful tutorial ever
@anamzakir-gi3zc
@anamzakir-gi3zc Ай бұрын
i love the video series!!! ive been watching you for a year now. i was just wondering is .json more efficient than .db for accessing data in terms of computer resources? also the same question but for changing data. thanks alot in advance!!
@paradoxial7665
@paradoxial7665 Ай бұрын
Hi, thank you! I am glad you are enjoying my videos. To answer your question, using databases are actually much for efficient. But it all depends on the task at hand. To better explain this. Databases are better for large volumes of data such as for the context of this video, a leveling system. JSON files are good for smaller volumes of data. The problem with JSON is that the file must all be loaded into memory before it can be read. Meaning that if you are using JSON to store lots of data, more memory will need to be allocated to perform that task. So to answer your question, databases are far more efficient than JSON. But JSON is still a good way to store data depending on your project.
@anamzakir-gi3zc
@anamzakir-gi3zc Ай бұрын
@@paradoxial7665 thank you for responding!!! All the databases I use in .json are all super mega big, and the ram on the cloud gets used up loads, as it is accessed it veeery frequently, hence why I asked. It looks like I'm going to be changing these giant .json files to .db files lol. I'm seriously grateful to you and your content and I wish you a great life ❤❤
@AMA1155
@AMA1155 Ай бұрын
me too
@gamersgame43
@gamersgame43 Ай бұрын
make a new one on how to activate slash commands with normal commands
@maxovina7177
@maxovina7177 Ай бұрын
hey, I havent red into it much, but in the docs I saw something about hybrid commands, which from a quick glance could be combination of slash and prefix command. Might wanna check it out
@whatevergoeshere
@whatevergoeshere Ай бұрын
Please next show how to write a full working moderation system into the bot.
@AMA1155
@AMA1155 Ай бұрын
Yes please
@EclipseTaken
@EclipseTaken 2 ай бұрын
umm why im getting a setup error ???
@paradoxial7665
@paradoxial7665 2 ай бұрын
Join my discord server so we can help you out
@IDKPlaythroughs
@IDKPlaythroughs 2 ай бұрын
still on this series
@MrGaming-tw1ln
@MrGaming-tw1ln 2 ай бұрын
Thanks so so so much!
@ecommercewithjay8857
@ecommercewithjay8857 2 ай бұрын
Thank you so much. I had to go to my python folder in applications folder on mac and double click the certificates file to install ssl certs and did some stackoverflow research; and the code you presented worked fine. Thank you so much hitting like and subscribe button.