@hephaestus/core
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -5,2 +5,5 @@ import { MaybePromise } from '@hephaestus/utils'; | ||
import { Permission } from './permission'; | ||
export interface AutoCompleteOption<Client, Interaction> { | ||
autocompleteAction: (interaction: Interaction, client: Client) => MaybePromise<void>; | ||
} | ||
export interface Command<Client, Interaction> { | ||
@@ -7,0 +10,0 @@ name: string; |
{ | ||
"name": "@hephaestus/core", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "> TODO: description", | ||
@@ -32,3 +32,3 @@ "author": "Alex Taxiera <alex.taxiera@gmail.com>", | ||
}, | ||
"gitHead": "1e007690426b6022553c93a68bc99d3b38273934" | ||
"gitHead": "f49886fcfd1e80fbc2bd2293fb73f03aefc21238" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32872
534