aboutsummaryrefslogtreecommitdiff
path: root/bin/commands.ml
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-02-19 12:00:10 -0700
committerAdelyn Breelove <[email protected]>2019-02-19 12:00:10 -0700
commit34016fba55c1417408003c4689037bd8c7fc7881 (patch)
treef4c1a4542267f034f4296f52593f66c17216d1cc /bin/commands.ml
parentAdd unavailable guilds to cache test (diff)
downloaddisml-34016fba55c1417408003c4689037bd8c7fc7881.tar.xz
disml-34016fba55c1417408003c4689037bd8c7fc7881.zip
Add permissions module
Diffstat (limited to 'bin/commands.ml')
-rw-r--r--bin/commands.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/commands.ml b/bin/commands.ml
index 5e690d4..eadb430 100644
--- a/bin/commands.ml
+++ b/bin/commands.ml
@@ -67,7 +67,6 @@ let echo (message:Message.t) args =
Channel_id.get_message ~id message.channel_id >>> function
| Ok msg ->
let str = Message.sexp_of_t msg |> Sexp.to_string_hum in
- print_endline str;
Message.reply message (Printf.sprintf "```lisp\n%s```" str) >>> ignore
| _ -> ()