1 2 3 4 5 6 7 8
//! All models for the bot /// Reminder model pub mod reminder; /// Store guild timezones as setting data pub mod guild_timezone;