dsec-discord-bot/src/commands.rs
2025-11-10 15:18:14 +11:00

3 lines
106 B
Rust

// this file is to let main.rs know the existence of the "commands" folder
pub mod info;
pub mod weather;