jp00p / AGIMUS

Discord bot for Friends of Desoto
MIT License
10 stars 9 forks source link

Dabo Trades #450

Closed zmattingly closed 9 months ago

zmattingly commented 9 months ago

Had an idea where people could just generate random trades of their unlocked badges with one another.

Users can now use /trade dabo [requestee:] [amount:] to generate a trade where the system will randomly select amount from the respective requestor and requestee's unlocked badges and fire it off somewhat per normal.

It's basically just a wrapper around the existing trade functionality, but there is a new type column in the trades table to differentiate Dabo trades from Standard trades. This is checked at various spots to provide different messaging and images so that they stand out and are easily differentiated from standard trades.

Migration

MIGRATION_FILE=./migrations/v1.28.0.sql make db-migrate

image

image

image