Added wish system raw algorithm, proven working by using tests.
Added Wikipedia command.
Added compile optimizations to Cargo.toml which uses nightly parallel compile frontend, improved compile times noted, especially on Linux and WSL.
Next steps:
Create wishing pools and subsequent command systems.
Modularize the bot by creating crates and separate files for faster compilation overall.
Changelog:
Added wish system raw algorithm, proven working by using tests. Added Wikipedia command. Added compile optimizations to
Cargo.toml
which uses nightly parallel compile frontend, improved compile times noted, especially on Linux and WSL.Next steps: Create wishing pools and subsequent command systems. Modularize the bot by creating crates and separate files for faster compilation overall.