uwubot 0.3.0

discord bot for uwuifying text
Documentation
1
2
3
4
5
6
7
/// Uwubot configuration values
pub struct Config {
    /// Discord Bot's Token
    pub bot_token: String,
    /// Discord Bot Client ID to register slash commands for
    pub client_id: u64,
}