aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parentMatch event names (diff)
downloadserenity-abd22d289599530cbd1bc9cf1b739420f0d22372.tar.xz
serenity-abd22d289599530cbd1bc9cf1b739420f0d22372.zip
Use $crate in the command macro
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index d21a0ba..10b2418 100644
--- a/README.md
+++ b/README.md
@@ -40,8 +40,7 @@ A basic ping-pong bot looks like:
```rust,no-run
extern crate serenity;
-use serenity::client::{Client, Context};
-use serenity::model::Message;
+use serenity::client::Client;
use std::env;
fn main() {