Skip to content

Instantly share code, notes, and snippets.

@FallenDeity
FallenDeity / Discord Bot Tutorial.md
Created March 1, 2023 09:09
A tutorial on how to make a discord bot using discord.py with latest interactions.

Initial

Breaking Changes for discord.py 2.0


Upon resumation of the most popular discord API wrapper library for python, discord.py, while catching on to the latest features of the discord API, there have been numerous changes with addition of features to the library. Some additions to the library are -> Buttons support, Select Menus Support, Forms (AKA Modals), Slash Commands (AKA Application Commands) and a bunch of more handy features! All the changes can be found here. Original discord.py gist regarding resumation can be found here.


Requirements