Merge pull request #194 from maddymeows/fix-legacy-command-type
Changed files
@@ -121,6 +121,8 @@ content: string;};export type LegacyCommand = {- match?: RegExp;+ match?: {+ regex: RegExp;+ };action: (content: string, context: LegacyContext) => LegacyReturn;};