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

move artigen embeds into artigen's utils folder

This commit is contained in:
Ean Milligan
2025-05-05 14:08:54 -04:00
parent 7ba6da1404
commit 5d1d39bebf
5 changed files with 6 additions and 5 deletions

View File

@@ -8,10 +8,11 @@ import { getModifiers } from 'artigen/dice/getModifiers.ts';
import { sendRollRequest } from 'artigen/managers/queueManager.ts';
import { generateRollError, rollingEmbed } from 'artigen/utils/embeds.ts';
import dbClient from 'db/client.ts';
import { queries } from 'db/common.ts';
import { generateRollError, rollingEmbed } from 'embeds/artigen.ts';
import { warnColor } from 'embeds/colors.ts';
import utils from 'utils/utils.ts';