mirror of
https://github.com/dsec-hub/dsec-discord-bot.git
synced 2026-09-22 07:44:26 +00:00
3 lines
106 B
Rust
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;
|