alphabetize populatedefaults

This commit is contained in:
Ean Milligan 2025-05-05 14:03:01 -04:00
parent 902dcb00ea
commit 7ba6da1404
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import utils from 'utils/utils.ts';
export const rollDecorators = (message: DiscordenoMessage) => { export const rollDecorators = (message: DiscordenoMessage) => {
// Light telemetry to see how many times a command is being run // Light telemetry to see how many times a command is being run
dbClient.execute(queries.callIncCnt('rollDecorators')).catch((e) => utils.commonLoggers.dbError('rollHelp.ts:15', 'call sproc INC_CNT on', e)); dbClient.execute(queries.callIncCnt('rolldecorators')).catch((e) => utils.commonLoggers.dbError('rollHelp.ts:15', 'call sproc INC_CNT on', e));
message message
.send({ .send({