From 5af6ce3e835147118f00736e3364caaf7527146d Mon Sep 17 00:00:00 2001 From: Jokler Date: Sat, 16 Jun 2018 16:47:22 +0200 Subject: Docs: Remove usage of Currency in an example --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 8655161..0a8af6e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,7 +18,6 @@ //! //! bot.add_plugin(plugins::help::Help::new()); //! bot.add_plugin(plugins::emoji::Emoji::new()); -//! bot.add_plugin(plugins::currency::Currency::new()); //! //! bot.connect(&mut reactor, &config).unwrap(); //! reactor.run().unwrap(); -- cgit v1.2.3-70-g09d2