We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046f90b commit a0dbc10Copy full SHA for a0dbc10
src/common/commandParser.js
@@ -1,5 +1,5 @@
1
// @flow
2
-import { getRollResult } from './rolLCommand'
+import { getRollResult } from './rollCommand'
3
import type { MessageResult } from 'common/types'
4
5
export function getMessageResult(text: string): ?MessageResult {
0 commit comments