When triggering the `<prefix>help` command (auto-handled by the library), it sends *two* messages instead of *one*. My core code is ```lisp (ns disclojure.core (:gen-class) (:require [discord.bot :as bot])) (defn -main "Boots the bot." [& _] (bot/start)) ```