Skip to main content

@sapphire/plugin-editable-commands

Type Aliases

Type aliasDescription
MessageOptions-

Variables

VariableDescription
versionThe @sapphire/plugin-editable-commands version that you are currently using. An example use of this is showing it of in a bot information command.

Functions

FunctionDescription
freeRemoves the tracked response for message.
getGets the tracked response to message, if any was tracked and was not deleted.
loadListeners-
replySends a reply message as a response for message, and tracks it.
sendSends a message as a response for message, and tracks it.
trackTracks a response with a message, in a way that if send is called with message, response will be edited.