summaryrefslogtreecommitdiff
path: root/src/commands/optional/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/optional/mod.rs')
-rw-r--r--src/commands/optional/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commands/optional/mod.rs b/src/commands/optional/mod.rs
new file mode 100644
index 0000000..451deeb
--- /dev/null
+++ b/src/commands/optional/mod.rs
@@ -0,0 +1,5 @@
+mod copypasta;
+mod teawiespam;
+
+pub use copypasta::copypasta;
+pub use teawiespam::teawiespam;