aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-06-16 16:47:22 +0200
committerJokler <jokler.contact@gmail.com>2018-06-16 16:47:22 +0200
commit5af6ce3e835147118f00736e3364caaf7527146d (patch)
tree80fef456d37568fbd54b29eae09a535935f625e6 /src
parent2d634608d69f3cf9c1287d08c1a509019cf55f65 (diff)
downloadfrippy-5af6ce3e835147118f00736e3364caaf7527146d.tar.gz
frippy-5af6ce3e835147118f00736e3364caaf7527146d.zip
Docs: Remove usage of Currency in an example
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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();