diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-06-16 16:47:22 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-06-16 16:47:22 +0200 |
| commit | 5af6ce3e835147118f00736e3364caaf7527146d (patch) | |
| tree | 80fef456d37568fbd54b29eae09a535935f625e6 | |
| parent | 2d634608d69f3cf9c1287d08c1a509019cf55f65 (diff) | |
| download | frippy-5af6ce3e835147118f00736e3364caaf7527146d.tar.gz frippy-5af6ce3e835147118f00736e3364caaf7527146d.zip | |
Docs: Remove usage of Currency in an example
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(); |
