A554551N / chorumfur-bot

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

63 creatures should not be born until art is complete #64

Closed A554551N closed 1 year ago

A554551N commented 1 year ago

new admin command .giveBirth resets the create_date on creatures to match when art is complete and creature is "born". Also assigns creatures to the lair of the user who requested the breeding.

Currently this loops database_methods.update_creature(), I would like to figure out a way to batch this in the future.