aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoralex <[email protected]>2016-12-24 17:57:20 +0100
committerzeyla <[email protected]>2016-12-24 08:57:20 -0800
commitabd22d289599530cbd1bc9cf1b739420f0d22372 (patch)
treee154ccbd4ba56cc47f177e0ec801a7373eb3d06d /examples
parentMatch event names (diff)
downloadserenity-abd22d289599530cbd1bc9cf1b739420f0d22372.tar.xz
serenity-abd22d289599530cbd1bc9cf1b739420f0d22372.zip
Use $crate in the command macro
Diffstat (limited to 'examples')
-rw-r--r--examples/07_voice/src/main.rs2
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;