UNPKG

@getsolara/solara.js

Version:

A lightweight and modular Discord bot framework built on discord.js v14, with truly optional feature packages.

6 lines 267 B
module.exports = { name: "$lastMessageID", description: "Returns the ID of the last message sent by $sendMessage or $reply in this execution.", takesBrackets: false, execute: async (context, args) => { return context.lastMessageID || ""; } };