1
2
3
4
5
mod error;
mod interaction;

pub use error::{Error, Result};
pub use interaction::DiscordInteractionAuth;