aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mod.rs
blob: 9a3ba2f669d6067a87832edceebfde3db06b0828 (plain) (blame)
1
2
3
4
5
6
7
8
//! Collection of plugins included
pub mod help;
pub mod url;
pub mod emoji;
pub mod tell;
pub mod currency;
pub mod factoids;
pub mod keepnick;