Added final updates in preparation for v1.0.0 release.
- Added uv as the installation and run method, replacing pip.
- Added default_cooldown configuration option for custom commands.
- Added ctx.commands.prefix and ctx.commands.module_commands properties.
- Added ctx.events dynamic registration methods table.
- Added ctx.storage.transaction() context manager documentation.
- Added OwncastClient.base_url property.
- Added note that service wrapper types are importable from owlbot.api.
- Added full international timezone list with Wikipedia reference.
- Updated module_name description to cover package modules.
- Fixed cron library reference from croniter to cronsim.