Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Fixed type where CommandOption usage was typed as options | Increment…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
harrisonhoward committed Oct 25, 2020
1 parent 4f01e1b commit c3dda3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ declare namespace Commando {

interface CommandOptions {
description?: string,
options?: string,
usage?: string,
aliases?: string[],
guildOnly?: boolean,
ignoreBots?: boolean,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eris.js-commando",
"version": "1.1.3",
"version": "1.1.4",
"description": "Command Handler built for Eris (not a replica of discord.js-commando)",
"main": "src/index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit c3dda3e

Please sign in to comment.