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

removed unused import

This commit is contained in:
Ean Milligan (Bastion)
2022-05-27 21:00:34 -04:00
parent b887b93bb2
commit 25cc171f3c

View File

@@ -1,5 +1,4 @@
import config from '../config.ts';
import { DiscordenoMessage } from '../deps.ts';
import { CountDetails, SolvedRoll } from './solver/solver.d.ts';
import { RollModifiers } from './mod.d.ts';