UNPKG

@getsolara/solara.js

Version:

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

1 lines 205 B
module.exports = { name: "$oldRoleName", description: "Returns name of the old role state in roleUpdate.", takesBrackets: false, execute: async (context, args) => { return context.oldRole?.name || ""; } };