aboutsummaryrefslogtreecommitdiff
path: root/src/context-menu-commands/message
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-10-21 00:29:09 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-10-21 00:29:09 -0400
commit4616e193b5adb4e04cf819d679101bb4e24dd03d (patch)
tree67f3b82589988802ea0b785ea1c482f4624f9d94 /src/context-menu-commands/message
parent9817b2e6045df07a4b6195be4ec78a61cac9e74f (diff)
downloadtanzanite-4616e193b5adb4e04cf819d679101bb4e24dd03d.tar.gz
tanzanite-4616e193b5adb4e04cf819d679101bb4e24dd03d.tar.bz2
tanzanite-4616e193b5adb4e04cf819d679101bb4e24dd03d.zip
a
Diffstat (limited to 'src/context-menu-commands/message')
-rw-r--r--src/context-menu-commands/message/viewRaw.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context-menu-commands/message/viewRaw.ts b/src/context-menu-commands/message/viewRaw.ts
index 77fd0b9..ebf8be7 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 {