-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
As an extension to #69, add a /opentrades, and a /addtradeoffer command, in which permits users to give trade offers to all WaifuBot users (not limited to Discord servers). This could permit exchanges abroad users (and maybe some persons may encounter some nice people in the same instance !)
Technical explanation
On DB : "tradeoffers" DB, containing "discord_userID", "waifuToOffer", "additionalComment" (optional)
On WaifuBot : /opentrades -> DB interrogation : "SELECT * IN tradeoffers"
/addtradeoffer -> "Which waifu would you want to trade ?" -> user adds waifu -> "Any additional comments ?" -> user can add a comment -> "INSERT INTO tradeoffers"
(optional) In WaifuGUI : "Open Trades" -> List of waifus. On click on one offer, gives waifu, discord ID and comment;