Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compile error #282

Closed
wants to merge 9 commits into from
Closed

Fix compile error #282

wants to merge 9 commits into from

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    f29e9e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8303cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bd64b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bca427 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2d1cf4 View commit details
    Browse the repository at this point in the history
  6. Fix breakage caused by CacheHttp -> Http

    * Use Http instead of CacheHttp
    
    * Fix examples compiling
    
    * Update MSRV lockfile
    
    ---------
    
    Co-authored-by: GnomedDev <david2005thomas@gmail.com>
    NotNorom and GnomedDev committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c456a1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01c6ead View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Fix compile error

    Before this commit, Poise compilation would fail with this error:
    
    ```
    error[E0432]: unresolved import `crate::serenity`
      --> src/builtins/mod.rs:20:13
       |
    20 | use crate::{serenity::CreateAllowedMentions, serenity_prelude as serenity, CreateReply};
       |             ^^^^^^^^
       |             |
       |             unresolved import
       |             help: a similar path exists: `crate::prefix_argument::key_value_args::serenity`
    
    For more information about this error, try `rustc --explain E0432`.
    error: could not compile `poise` (lib) due to 1 previous error
    ```
    SkyfallWasTaken committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7d21533 View commit details
    Browse the repository at this point in the history
  2. Rename variable

    SkyfallWasTaken committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    669bcfa View commit details
    Browse the repository at this point in the history