Recently returned to learning about bot development on discord.py. I tried a long time ago, but nothing worked. Now I took it seriously and while testing various features of discord.py after version 2.0, I wanted to find out what types of data discord.py provides. I mean for example discord.Mmeber
, discord.TextChannel
etc. I would like to know all such data types for the arguments of my commands (if I understand correctly what I am writing 🙂 ).
Thank you for your answers, I will be very happy to read about this and what has changed since the discord.py 2.0 update.