summaryrefslogtreecommitdiff
path: root/07_sample_bot_structure/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to '07_sample_bot_structure/src/commands/mod.rs')
-rw-r--r--07_sample_bot_structure/src/commands/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/07_sample_bot_structure/src/commands/mod.rs b/07_sample_bot_structure/src/commands/mod.rs
new file mode 100644
index 0000000..9c5dfaa
--- /dev/null
+++ b/07_sample_bot_structure/src/commands/mod.rs
@@ -0,0 +1,3 @@
+pub mod math;
+pub mod meta;
+pub mod owner;