I wanted to make a Poker Bot with python for discord so that I can play with my friends. I've never made a discord bot yet and I started to look around for some tutorials. What I found is that most of the people are not using classes for their bots. Are there any reasons for not using a class? My suggestion was to use for example a class for the player and a class for the game manager. Does anyone have a better idea how to implement a Poker Bot or can anyone tell me how to properly use classes to create a discord bot? Or is it maybe better to use another language for this project?
Thanks for your time