Closed zuixalias closed 1 week ago
Refactored bot into three crates: mostlybot, mostlybot_api, and mostlybot_commands.
mostlybot
mostlybot_api
mostlybot_commands
Moved and adjusted code as needed to fit this new structure.
btw no new functionality was added, just reorganized... also updated some dependency versions (while using cargo add), shouldn't impact functionality
cargo add
Refactored bot into three crates:
mostlybot
,mostlybot_api
, andmostlybot_commands
.Changes
Moved and adjusted code as needed to fit this new structure.
Benefits