So while chatting, there should be a databasestructure linking userIDs in groups family irl friends people that play often
investigating required playerdata
CREATE TABLE riscordbot.userdata (UserID INT NOT NULL AUTO_INCREMENT , CurrentRiskName TEXT NOT NULL , PreviousRiskNames TEXT NULL DEFAULT NULL , RiskFriendID VARCHAR NOT NULL , CurrentDiscordName TEXT NOT NULL , PreviousDiscordNames TEXT NULL DEFAULT NULL , DiscordUserID INT NOT NULL , DiscordServers TEXT NOT NULL , UserPassword VARCHAR NOT NULL , RegisterDate DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , UNIQUE UniqueUserID (UserID)) ENGINE = InnoDB;
investigating required playerdata
Retry Games Risk Cup
for example, we need detailed info like this: https://sourceforge.net/p/riscordbot/wiki/Retry%20Games%20Risk%20Cup/
Retry Games Risk Cup
Retry Games Risk Cup