export resolver interface
This commit is contained in:
parent
9d1af7f108
commit
65a9cf3476
4
index.ts
4
index.ts
@ -3,4 +3,6 @@ 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';
|
||||
export { SubcommandOption } from './src/classes/SubcommandOption';
|
||||
|
||||
export { IResolver } from './src/interfaces/Resolver';
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "commandparser",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Parser meant to parse commands and their options for discord bots",
|
||||
"main": "index.ts",
|
||||
"author": "Navy.gif",
|
||||
|
Loading…
Reference in New Issue
Block a user