Liking cljdoc? Tell your friends :D

discord.extensions.utils


build-replyclj

(build-reply channel-id reply components embed)
source

delete-original-messageclj

(delete-original-message client original-message)
source

reply-in-channelclj

(reply-in-channel gateway original-message reply)
(reply-in-channel gateway original-message reply components)
(reply-in-channel gateway original-message reply components embed)

Sends a message in response to a message from a user in the channel the message originated in.

Optionally, message components or embeds can be included.

Sends a message in response to a message from a user in the channel the message originated in.

Optionally, message components or embeds can be included.
sourceraw docstring

reply-in-dmclj

(reply-in-dm gateway original-message reply)
(reply-in-dm gateway original-message reply components)
(reply-in-dm gateway original-message reply components embed)

Sends a reply back to the message sender in a DM channel.

Optionally, message components and embeds can be included.

Sends a reply back to the message sender in a DM channel.

Optionally, message components and embeds can be included.
sourceraw docstring

sender-has-all-permissions?clj

(sender-has-all-permissions? auth message permission)
source

sender-has-permission?clj

(sender-has-permission? auth message permission)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close