B3none
B3none
It's so that the server can get all the match information - it's pretty much just formatted data from the table with a bit of extra data bolted on.
They're used for the match requests
This solution looks good to me, i'll implement it when I get a minute spare.
This would most likely need doing on the server side once the matches row is added to the database.
If you did it before they joined the server then they won’t be in the players_matches table.
I know just the fix, we could make the steam id and discord id fields unique in the players table
Is it adding a steam ID multiple times?
I'll need to make a way to implement an `is_banned` column and check so that people who have a genuine reason to switch accounts still have the ability to do...
> > I'll need to make a way to implement an `is_banned` column and check so that people who have a genuine reason to switch accounts still have the ability...
> I'm working on implementing bans in the bot. I ran into this issue again, I guess it's still not resolved? We need somewhere more accessible where we can test...