How To Make Discord Bot Using Python 2022/2023

Опубликовано: 03 Октябрь 2024
на канале: Python In Office
6,169
124

In this video we'll walk through how to make a Discord bot using Python. Discord has gone through some major changes in 2022 and most of the tutorials online are out of date. We'll learn how to use the latest discord.py library to build a simple Discord bot that reacts to user commands.

Discord developers applications:   / discord  
Sample code: https://github.com/pythoninoffice/tut...
Try the Stable Diffusion bot here:   / discord  

00:00 Intro
00:49 Bot Application
02:30 Bot Configuration & Add Bot to Server
04:40 Write Python Code for Bot
08:40 Testing The Bot