Module: updateMessage

Will alter a previously sent message using that message's customId
Version:
  • v1.0.0
Author:
  • MinusGix ( https://github.com/MinusGix )
Source:

Methods

(static) run(env) → {void}

Executes when invoked by a remote client
Parameters:
Name Type Description
env Object Environment object with references to core, server, socket & payload
Source:
Returns:
Type
void

Type Definitions

addmod/requiredData

The following payload properties are required to invoke this module: "text", "customId"
Type:
  • Array
Source:

updateMessage/info

Module meta information
Type:
  • Object
Properties:
Name Type Description
name string Module command name
category string Module category name
description string Information about module
usage string Information about module usage
Source: