export superclasses + bump version
This commit is contained in:
parent
04b51e96d3
commit
9d1af7f108
7
index.ts
7
index.ts
@ -1 +1,6 @@
|
|||||||
export { Parser } from './src/Parser';
|
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';
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "commandparser",
|
"name": "commandparser",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Parser meant to parse commands and their options for discord bots",
|
"description": "Parser meant to parse commands and their options for discord bots",
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
"author": "Navy.gif",
|
"author": "Navy.gif",
|
||||||
|
Loading…
Reference in New Issue
Block a user