diff options
| author | alex <[email protected]> | 2016-12-24 17:57:20 +0100 |
|---|---|---|
| committer | zeyla <[email protected]> | 2016-12-24 08:57:20 -0800 |
| commit | abd22d289599530cbd1bc9cf1b739420f0d22372 (patch) | |
| tree | e154ccbd4ba56cc47f177e0ec801a7373eb3d06d /examples | |
| parent | Match event names (diff) | |
| download | serenity-abd22d289599530cbd1bc9cf1b739420f0d22372.tar.xz serenity-abd22d289599530cbd1bc9cf1b739420f0d22372.zip | |
Use $crate in the command macro
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/07_voice/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/07_voice/src/main.rs b/examples/07_voice/src/main.rs index 799de83..f8a6921 100644 --- a/examples/07_voice/src/main.rs +++ b/examples/07_voice/src/main.rs @@ -10,7 +10,7 @@ #[macro_use] extern crate serenity; -use serenity::client::{CACHE, Client, Context}; +use serenity::client::{CACHE, Client}; use serenity::ext::voice; use serenity::model::{ChannelId, Message, Mentionable}; use serenity::Result as SerenityResult; |