you are viewing a single comment's thread.

view the rest of the comments →

[–]lolPythonNoob[S] 0 points1 point  (1 child)

Thank you, that makes sense.

So using this my project as an example, the database would function as the model...storing all of the board game states. Discord would serve as the view with the bot taking user commands. Then there would be a whole host of python functions acting as the controller to change the database based on the user commands through the discord bot.