aboutsummaryrefslogtreecommitdiff
path: root/src/listeners/commands
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-29 16:05:18 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-29 16:05:18 -0500
commitf9cf43fc47be2d497d92d728ea892246df96d736 (patch)
treeb5bf3d9641d5363fa581fc5b2464a3aeec53f5d0 /src/listeners/commands
parent0a709c1ef397891c8e17cd57c0e7d3adbc7441ad (diff)
downloadtanzanite-f9cf43fc47be2d497d92d728ea892246df96d736.tar.gz
tanzanite-f9cf43fc47be2d497d92d728ea892246df96d736.tar.bz2
tanzanite-f9cf43fc47be2d497d92d728ea892246df96d736.zip
import type
Diffstat (limited to 'src/listeners/commands')
-rw-r--r--src/listeners/commands/commandBlocked.ts2
-rw-r--r--src/listeners/commands/commandError.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/listeners/commands/commandBlocked.ts b/src/listeners/commands/commandBlocked.ts
index 2243abd..2dfe4cd 100644
--- a/src/listeners/commands/commandBlocked.ts
+++ b/src/listeners/commands/commandBlocked.ts
@@ -1,4 +1,4 @@
-import { BushListener, BushSlashMessage, type BushCommand, type BushCommandHandlerEvents, type BushMessage } from '#lib';
+import { BushListener, type BushCommand, type BushCommandHandlerEvents, type BushMessage, type BushSlashMessage } from '#lib';
import { type InteractionReplyOptions, type Message, type MessagePayload, type ReplyMessageOptions } from 'discord.js';
export default class CommandBlockedListener extends BushListener {
diff --git a/src/listeners/commands/commandError.ts b/src/listeners/commands/commandError.ts
index f26ff7f..9e7417d 100644
--- a/src/listeners/commands/commandError.ts
+++ b/src/listeners/commands/commandError.ts
@@ -1,6 +1,6 @@
import { type BushCommandHandlerEvents } from '#lib';
import { Severity } from '@sentry/types';
-import { Command, type AkairoMessage } from 'discord-akairo';
+import { type AkairoMessage, type Command } from 'discord-akairo';
import { Formatters, GuildTextBasedChannel, MessageEmbed, type DMChannel, type Message } from 'discord.js';
import { BushListener } from '../../lib/extensions/discord-akairo/BushListener.js';