mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-01-31 22:54:10 +05:00
refactor: removed unusable typings
This commit is contained in:
parent
8a4256159d
commit
fb060a35f4
1 changed files with 0 additions and 2 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
@ -41,8 +41,6 @@ export interface CommandContext<_T extends Interaction, _Cached extends CacheTyp
|
||||||
|
|
||||||
export interface CommandOptions {
|
export interface CommandOptions {
|
||||||
devOnly?: boolean;
|
devOnly?: boolean;
|
||||||
userPermissions?: PermissionsString | PermissionsString[];
|
|
||||||
botPermissions?: PermissionsString | PermissionsString[];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CommandFileObject {
|
export interface CommandFileObject {
|
||||||
|
|
Loading…
Reference in a new issue