diff --git a/src/commands/roll.ts b/src/commands/roll.ts index 96b745a..131fd7c 100644 --- a/src/commands/roll.ts +++ b/src/commands/roll.ts @@ -8,7 +8,7 @@ import { log, LT, } from '../../deps.ts'; -import { warnColor, rollingEmbed } from '../commandUtils.ts'; +import { rollingEmbed, warnColor } from '../commandUtils.ts'; import rollFuncs from './roll/_index.ts'; import { queueRoll } from '../solver/rollQueue.ts';