2022-10-17 19:41:28 +02:00
|
|
|
//! Discord bot providing a subscription system to topics.
|
|
|
|
//! Powered by [`Serenity`]
|
|
|
|
//!
|
|
|
|
//! [`Serenity`]: https://github.com/serenity-rs/serenity
|
|
|
|
|
|
|
|
#![deny(missing_docs)]
|
|
|
|
#![deny(warnings)]
|
|
|
|
|
2022-10-17 06:13:26 +02:00
|
|
|
pub mod client;
|
2022-10-19 05:23:54 +02:00
|
|
|
|
|
|
|
pub mod errors;
|