summaryrefslogtreecommitdiff
path: root/src/commands.rs
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-02-13 19:35:45 -0500
committerNathan Perry <avaglir@gmail.com>2018-02-13 19:35:45 -0500
commitef6e70691aa719bb7166619795aa15bbd9734f65 (patch)
treec83c6892288b9baccff3c8b19c5c0a9149ee4214 /src/commands.rs
parent85f52b253776ff4d9ce66839320c00fdabcda44d (diff)
first pass on initial functionality
Diffstat (limited to 'src/commands.rs')
-rw-r--r--src/commands.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/commands.rs b/src/commands.rs
new file mode 100644
index 0000000..e802bde
--- /dev/null
+++ b/src/commands.rs
@@ -0,0 +1,6 @@
+//use serenity::prelude::*;
+//use serenity::framework::StandardFramework;
+//
+//pub fn register_commands(mut f: StandardFramework) -> StandardFramework {
+// f
+//}