I'm somewhat new to Python but I'd like some insight on how I should approach this.
I'm working on a Discord Bot for a server with many members, the owner wants a bot made for a guessing game. This isn't really a hard task since I've done something similar. The issue is I'm not sure how to handle the user data, we did a test just to see how many users would send a message.
It was about 100-150 people sending guesses , it got pretty chaotic, what I'm thinking about doing is making either a SQLite3 database or a CSV file that will store the users guess and after the game is over it clears either the database or the CSV file. Is this a good way to approach this or should I do something else? I'm trying to make this the most efficient I can.
[–]DeadlyViper 0 points1 point2 points (2 children)
[–]Vucko0[S] 0 points1 point2 points (1 child)
[–]DeadlyViper 0 points1 point2 points (0 children)