This video shows how to create cogs. Cogs are files that are loaded from the file that launches the bot. Using them will allow us to have more modular and better-organized code.
⏭️ The rest of the tutorial (Part 8): • Comment héberger un bot discord en Python ...
🔥 The complete tutorial playlist: • 🤖 Bot Discord Python
🐍 Not familiar with Python yet? Discover my complete beginner courses 👉 • Apprendre Python en 1 heure - Cours Comple...
🔔 Subscribe for more Python videos: / @commentcoder
🔗 Useful links:
🤖 Cogs: https://discordpy.readthedocs.io/en/s...
👨💻 Project code: https://github.com/commentcoder/appre...
⏱️ Table of Contents:
00:00 - What is a Cog?
00:37 - Converting bot files into Cogs
02:50 - Cog for game commands
04:56 - Cog for moderation
05:55 - Cogs loading file
08:00 - Launching the bot
#cogs #discord #bot #python