From 598b121b9e3134686d4663a7cd23e19c95744d24 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 21 Oct 2021 00:29:29 -0400 Subject: b --- src/context-menu-commands/message/viewRaw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/context-menu-commands/message') diff --git a/src/context-menu-commands/message/viewRaw.ts b/src/context-menu-commands/message/viewRaw.ts index ebf8be7..77fd0b9 100644 --- a/src/context-menu-commands/message/viewRaw.ts +++ b/src/context-menu-commands/message/viewRaw.ts @@ -1,6 +1,6 @@ import { ContextMenuCommand } from 'discord-akairo'; import { ContextMenuInteraction } from 'discord.js'; -import ViewRawCommand from '../../commands/utilities/_viewRaw'; +import ViewRawCommand from '../../commands/utilities/viewRaw'; import { BushMessage } from '../../lib'; export default class ViewRawContextMenuCommand extends ContextMenuCommand { -- cgit