mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
Sonar fix
This commit is contained in:
@@ -13,7 +13,7 @@ export const heatmap = async (message: DiscordenoMessage) => {
|
|||||||
dbClient.execute(queries.callIncCnt('heatmap')).catch((e) => utils.commonLoggers.dbError('heatmap.ts:14', 'call sproc INC_CNT on', e));
|
dbClient.execute(queries.callIncCnt('heatmap')).catch((e) => utils.commonLoggers.dbError('heatmap.ts:14', 'call sproc INC_CNT on', e));
|
||||||
|
|
||||||
if (config.api.enable) {
|
if (config.api.enable) {
|
||||||
const m = await message.send({
|
message.send({
|
||||||
embeds: [{
|
embeds: [{
|
||||||
title: 'Roll Heatmap',
|
title: 'Roll Heatmap',
|
||||||
description: `Least Rolls: ${intervals.getMinRollCnt()}
|
description: `Least Rolls: ${intervals.getMinRollCnt()}
|
||||||
|
|||||||
Reference in New Issue
Block a user