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 /README.md | |
| parent | Match event names (diff) | |
| download | serenity-abd22d289599530cbd1bc9cf1b739420f0d22372.tar.xz serenity-abd22d289599530cbd1bc9cf1b739420f0d22372.zip | |
Use $crate in the command macro
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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() { |