Skip to content

Tutorial - Home

Before you start, there's a few things you will need to start developing bots:

  • An install of Python 3.8 or higher.
  • An install of the Nextcord library.
python3 -m pip install nextcord
py -3 -m pip install nextcord
  • An install of Python 3.8 or higher.
  • An install of the Disnake library.
python3 -m pip install disnake
py -3 -m pip install disnake
  • A working knowledge of Python basics or the will to learn. Especially object oriented programming. If you're unfamiliar with OOP in Python you can check out this tutorial by Corey Schafer.

Now that you have these things you're ready to start the tutorial!

Take Me to the Tutorial! Show Me the Credits