Building a Discord Bot in Python (2024) Episode One: Getting Started

  Рет қаралды 10,977

Paradoxial

Paradoxial

Күн бұрын

Hey guys, today we reboot an old series on my channel on building your very own Discord Bot in Python. This series will cover some of the new stuff that has been added to Discord and its pythonic API since the old series has been out. Subscribe!
MY DISCORD: / discord
MY GITHUB: github.com/Paradoxial8172
DONATE: paypal.me/TamerBoi?country.x=...
Music Credits:
N/A
Intro is made by somebody else on panzoid, only changed the music Tranquillity - ProdRiddiman)
Outro is made by me :)
Outro Music is "In A Cabin By The Lake" by Lazarus Moment!

Пікірлер: 41
@paradoxial7665
@paradoxial7665 5 ай бұрын
Ran into any problems whilst building your bot? Come join my Discord Server! Over 600 members have joined all who have had help and who also offer help to those struggling with coding! discord.com/invite/UqdbGp426a
@cauaribeiro2746
@cauaribeiro2746 5 ай бұрын
You teach very well, I'm from Brazil and I loved your teaching, keep the videos coming!
@aseirexe5794
@aseirexe5794 2 ай бұрын
this was really nice and easy to follow. cant wait to continue to work through and set things up.
@BenneyYTTV
@BenneyYTTV 4 ай бұрын
Good stuff. I’m learning and looking forward to following along
@ecommercewithjay8857
@ecommercewithjay8857 Ай бұрын
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.
@user-xv9qp1rw9s
@user-xv9qp1rw9s 5 ай бұрын
very good video, I can't wait to see the next videos. :D
@madscience6283
@madscience6283 3 ай бұрын
Thank you for how straightforward this is. I'm trying to make a bot to scrape my private server from when my wife and I were LDR. I'm then gonna feed all that into chatgpt, and make the bot mimic me. Yes, kinda like that black mirror episode...
@OfficerBlue42YT
@OfficerBlue42YT 3 ай бұрын
pip didnt work for me... how did you do it?
@angelo691
@angelo691 2 ай бұрын
i am getting this error ImportError: cannot import name 'commands' from 'discord'. Pls some help. can't go any further without fixing that
@Naasic
@Naasic Ай бұрын
Chat GPT can probably help!
@angryox3102
@angryox3102 Ай бұрын
@@NaasicChatGPT took me from zero to having a scheduled python script that does a scheduled web scrape that filters the information and then sends me a webhook message in discord with the info. It’s amazing what that site can do.
@mariocraft987
@mariocraft987 Ай бұрын
Very good video! you deserve a sub!
@paradoxial7665
@paradoxial7665 21 күн бұрын
Thanks for the sub!
@Haydonw
@Haydonw 3 ай бұрын
I'm very new on every on coding and stuff im trying to learn new things so lets hope this video helps :D
@spsc07
@spsc07 5 ай бұрын
following it, i hope you do upload tomorrow too
@Silquey
@Silquey 5 ай бұрын
gj
@MrGaming-tw1ln
@MrGaming-tw1ln 5 ай бұрын
Paradox please please I have request to create a welcome message tutorial with the user image who joined and name on it maybe by pillow please make tutorial video on that.
@static_crypto
@static_crypto 2 ай бұрын
the pip install discord command is not working and it says pip is not recognised as an internal or external command, operable program or batch file
@sivce
@sivce 2 ай бұрын
you already install python and py extensions?
@sonofeazydekko2750
@sonofeazydekko2750 25 күн бұрын
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 24 күн бұрын
Join my discord server so we can properly assist you
@GiorgioTM
@GiorgioTM 4 ай бұрын
idk why im here, not whjy this is on my page but i pressed on it becasue u look justg like austincs withoutb glasses and better beard
@Cleverwolfano
@Cleverwolfano 5 ай бұрын
What's the difference between using a txt file and a .env file for hiding the token?
@paradoxial7665
@paradoxial7665 5 ай бұрын
Nothing much. Don’t quote me on this but I think .env has stronger security features.
@Cleverwolfano
@Cleverwolfano 5 ай бұрын
Thanks for your reply@@paradoxial7665
@xxdonkevlarxx
@xxdonkevlarxx 5 ай бұрын
. Env is primarily used for distribution security since if you ever plan to share your code or have it sit in a Github repo you don't want to share that. Github and most other version control software will ignore .env files by default. Which means less work for you when creating repos. Txt files on the other hand can be easily scanned for and are always included unless you include them into your ignored files. There are other benefits, primarily since env files emulate the env variables found on all/most operating systems. So you can easily incorporate it using the os module in Python. There's more but I'll leave it there for now. 😅
@Waffles-uu7mf
@Waffles-uu7mf Ай бұрын
DEVELOPOR PORTAL WAS UPDATED NOO
@gorilla-snacks
@gorilla-snacks 3 ай бұрын
Yo he got OSU!❤
@paradoxial7665
@paradoxial7665 24 күн бұрын
Haha. Used to be addicted to that game. Highest PP play I’ve had was around 120. Sadly though I lost access to my account
@joakim1136
@joakim1136 2 ай бұрын
i cant use C:\Users\aspjo>pip insatll discord 'pip' is not recognized as an internal or external command, operable program or batch file.
@phoenixpl6571
@phoenixpl6571 Ай бұрын
Try typing this in the cmd window: `python -m ensurepip --default-pip`
@kayraze0
@kayraze0 2 ай бұрын
tamer abi selamlar
@paradoxial7665
@paradoxial7665 24 күн бұрын
Hello sir
@MegurRBLX
@MegurRBLX 4 ай бұрын
you probably know some lua
@paradoxial7665
@paradoxial7665 21 күн бұрын
Not much at all. Would like to learn it a bit more so I can make roblox scripts lol
@EduardoCruz-tr4mz
@EduardoCruz-tr4mz 3 ай бұрын
pip does not work
@welshtony1
@welshtony1 4 ай бұрын
working great until I created the file. FileNotFoundError [Errno 2] No such file or directory: 'token.txt' Exactly the same code as you have done :/ EDIT: Figured it out and leaving this here just encase anyone else has the same issue. The projects folder I had my bot in was call "Discord Bot" - Python doesn't like the space so I renamed it "Discord_Bot" and that fixed it :) Thanks for these videos. I programed a discord bot years ago with the original Python and it is a mess and I couldn't work out how to upgrade to 2.0 for slash commands. Hopefully your videos will help me :)
@kuebel_ben
@kuebel_ben 4 ай бұрын
You could also give ghe whole file name like “C:\\user\\…“ but you need to put in those 2 backslashes. This is the only method that works if your .txt file isnt in the same folder as your .py file
@IG_FROST
@IG_FROST 5 ай бұрын
Hey man, that was a great video, but the quality was 360p at max, please upload these vids in higher resolution
@themodman77
@themodman77 5 ай бұрын
dw its fixed now
@Cleverwolfano
@Cleverwolfano 5 ай бұрын
Was HD for me, you probably watched it before 1080p was finished processing.
Building a Discord Bot in Python (2024) Episode Two: Commands
8:33
Learn Web Development And ACTUALLY Get A Job | Ultimate Guide
1:33:52
James Cross
Рет қаралды 1,3 МЛН
Finger Heart - Fancy Refill (Inside Out Animation)
00:30
FASH
Рет қаралды 26 МЛН
39kgのガリガリが踊る絵文字ダンス/39kg boney emoji dance#dance #ダンス #にんげんっていいな
00:16
💀Skeleton Ninja🥷【にんげんっていいなチャンネル】
Рет қаралды 8 МЛН
Best KFC Homemade For My Son #cooking #shorts
00:58
BANKII
Рет қаралды 66 МЛН
How to Make a Game in Python
43:01
Tech With Tim
Рет қаралды 404 М.
Code a Discord Bot with Python - Host for Free in the Cloud
1:08:28
freeCodeCamp.org
Рет қаралды 2,3 МЛН
Run your own AI (but private)
22:13
NetworkChuck
Рет қаралды 1,3 МЛН
Create a Discord Music Bot with a Queue in Python [2024]
17:33
Ethan | The Code Syndicate
Рет қаралды 4,2 М.
I tried Discord Bot Makers...
14:19
FaceDev
Рет қаралды 109 М.
Using My Python Skills To Punish Credit Card Scammers
7:13
Engineer Man
Рет қаралды 4,9 МЛН
Create a Discord Music Bot [Python]
16:26
Ethan | The Code Syndicate
Рет қаралды 10 М.
Learn To Code Like a GENIUS and Not Waste Time
9:41
The Coding Sloth
Рет қаралды 1,4 МЛН
skibidi toilet 76 (full episode)
8:11
DaFuq!?Boom!
Рет қаралды 19 МЛН
EA SPORTS FC 25 | Official Reveal Trailer
2:07
EA SPORTS FC
Рет қаралды 10 МЛН
CLANCY 🦞 Operation Squid Ink (New Animation)
0:58
Brawl Stars
Рет қаралды 2,2 МЛН