Skip to content

Instantly share code, notes, and snippets.

View trevorjd's full-sized avatar

Trevor Dixon trevorjd

View GitHub Profile
tjd@ubuntu:~/RustBot$ cargo run
Compiling rust_bot v0.1.0 (file:///home/tjd/RustBot)
error[E0432]: unresolved import `serenity::ext`
--> src/main.rs:29:15
|
29 | use serenity::ext::framework::help_commands;
| ^^^ Could not find `ext` in `serenity`
warning: doc comment not used by rustdoc
--> src/error.rs:6:1