diff --git a/src/commands/heatmap.ts b/src/commands/heatmap.ts index c851e34..a7e11a5 100644 --- a/src/commands/heatmap.ts +++ b/src/commands/heatmap.ts @@ -4,7 +4,6 @@ import { DiscordenoMessage, } from '../../deps.ts'; import config from '../../config.ts'; -import { LOCALMODE } from '../../flags.ts'; import { failColor, infoColor2 } from '../commandUtils.ts'; import utils from '../utils.ts';