yorokobot/src/lib.rs

11 lines
269 B
Rust
Raw Normal View History

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)]
/// Module containing the Yorokobot client and used structs
2022-10-17 06:13:26 +02:00
pub mod client;