mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-05 20:17:53 -05:00
alphabetize populatedefaults
This commit is contained in:
@ -11,7 +11,7 @@ import utils from 'utils/utils.ts';
|
||||
|
||||
export const rollDecorators = (message: DiscordenoMessage) => {
|
||||
// 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
|
||||
.send({
|
||||
|
||||
Reference in New Issue
Block a user