UNPKG

@sapphire/framework

Version:

Discord bot framework built for advanced and amazing bots.

12 lines (11 loc) 288 B
//#region src/lib/utils/application-commands/compute-differences/name.ts function* checkName({ oldName, newName, key = "name" }) { if (oldName !== newName) yield { key, original: oldName, expected: newName }; } //#endregion export { checkName }; //# sourceMappingURL=name.mjs.map