mostlymaxi / twitch-interactive-things

random rust projects to make my twitch stream more interactive!
https://twitch.tv/mostlymaxi
MIT License
3 stars 6 forks source link

restructure bot into: mostlybot, mostlybot_api, mostlybot_commands #57

Closed zuixalias closed 1 week ago

zuixalias commented 2 weeks ago

Refactored bot into three crates: mostlybot, mostlybot_api, and mostlybot_commands.

Changes

Moved and adjusted code as needed to fit this new structure.

Benefits

zuixalias commented 2 weeks ago

btw no new functionality was added, just reorganized... also updated some dependency versions (while using cargo add), shouldn't impact functionality