diff --git a/index.ts b/index.ts index cbda722..0b5a53e 100644 --- a/index.ts +++ b/index.ts @@ -1 +1,6 @@ -export { Parser } from './src/Parser'; \ No newline at end of file +export { Parser } from './src/Parser'; + +export { Command } from './src/classes/Command'; +export { CommandOption } from './src/classes/CommandOption'; +export { SubcommandGroupOption } from './src/classes/SubcommandGroupOption'; +export { SubcommandOption } from './src/classes/SubcommandOption'; \ No newline at end of file diff --git a/package.json b/package.json index 6b29b7d..2723f76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commandparser", - "version": "1.0.1", + "version": "1.0.2", "description": "Parser meant to parse commands and their options for discord bots", "main": "index.ts", "author": "Navy.gif",