HexCorpProgramming / HexCorpDiscordAI

5 stars 7 forks source link

Fix toggle_free_storage and associated tests #502

Closed ZebraNorth closed 1 week ago

ZebraNorth commented 1 week ago

toggle_free_storage() now takes a DroneMember not a Member. Ensure that message.author in tests is mocked as a Member not a DroneMember.

Closes #472