1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 09:03:50 -04:00

fix imports

This commit is contained in:
Ean Milligan
2025-05-03 20:59:49 -04:00
parent 9a5574f91e
commit aa7814d1fe
4 changed files with 7 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ import { queries } from 'db/common.ts';
import { failColor, infoColor2 } from 'embeds/colors.ts';
import intervals from 'src/intervals.ts';
import intervals from 'utils/intervals.ts';
import utils from 'utils/utils.ts';
export const heatmap = (message: DiscordenoMessage) => {