Skip to content

Commit df4aad3

Browse files
committed
chore: remove useless import
1 parent f656b3e commit df4aad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/structures/Command.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Commands } from '../managers/CommandManager';
66
import { Locale, LocaleString } from '../util/common';
77
import { Logger } from '../util/logger/Logger';
88
import { commandAndOptionNameRegexp } from '../util/regexes';
9-
import type { PermissionResolvable, Permissions } from 'discord.js';
9+
import type { PermissionResolvable } from 'discord.js';
1010

1111
export enum CommandType {
1212
/**

0 commit comments

Comments
 (0)