A554551N / chorumfur-bot

A bot to manage a custom discord
1 stars 0 forks source link

implement .giveItem #98

Closed A554551N closed 1 year ago

A554551N commented 1 year ago

giveItem should allow players to give away items they own to another user

(under the hood this is essentially a combination of .removeItemFromInv and .addItemToInv and should use that code for inspiration.)

A554551N commented 1 year ago

Resolved as part of 0.4.0