Skip to content

Duplicated DM help message on command trigger #15

@Arteneko

Description

@Arteneko

When triggering the <prefix>help command (auto-handled by the library), it sends two messages instead of one.

My core code is

(ns disclojure.core
  (:gen-class)
  (:require [discord.bot :as bot]))

(defn -main
  "Boots the bot."
  [& _]
  (bot/start))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions