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

Move RollModifiers to live in artigen

This commit is contained in:
Ean Milligan
2025-05-03 08:31:07 -04:00
parent 1b2851353e
commit c9aff85452
13 changed files with 44 additions and 44 deletions

View File

@@ -4,11 +4,12 @@ import { log, LogTypes as LT } from '@Log4Deno';
import config from '~config';
import { DEVMODE } from '~flags';
import { RollModifiers } from 'artigen/dice/dice.d.ts';
import dbClient from 'db/client.ts';
import { queries } from 'db/common.ts';
import { generateRollError } from 'src/commandUtils.ts';
import { RollModifiers } from 'src/mod.d.ts';
import utils from 'src/utils.ts';
export const getModifiers = (m: DiscordenoMessage, args: string[], command: string, originalCommand: string): RollModifiers => {