//! Discord bot providing a subscription system to topics. //! Powered by [`Serenity`] //! //! [`Serenity`]: https://github.com/serenity-rs/serenity #![deny(missing_docs)] #![deny(warnings)] /// Module containing the Yorokobot client and used structs pub mod client;