Skip to content

An example Discord.Py bot for beginners. You can modify it as you wish to develop it better.

Notifications You must be signed in to change notification settings

dailonas/Discord.Py-tutorialBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord.Py Bot Tutorial

Description

This is a bot source code based on the discord.py library! The code highlights the constant development of a tutorial bot to better learn discord.py with comments for each line of code so that we can find our way easily! The code is suitable for all levels and aimed at beginners in programming with my friend "python" who wish to create a discord bot or become familiar with discord.py.

Remark

  • Comments are only in French
  • The code is gradually developed
  • the code is made as part of an apprenticeship and not professional
  • Knowledge of the basics of python is mandatory for a better understanding of the code

Prerequisite

Have installed the discord.py library

python3 -m pip install -U discord.py : You can get the library directly from PyPI
py -3 -m pip install -U discord.py : If you use Windows, use this instead
# You can check the discord.py documentation to learn more .

have the basics in python

Knowledge of certain notions of programming with Python is mandatory for a better understanding of the code.

Have created a bot via the discord developer portal

You must create a bot via the discord developer portal and activate all intents. You will need its token but also its presence on a server to carry out your tests.

About

An example Discord.Py bot for beginners. You can modify it as you wish to develop it better.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages