aboutsummaryrefslogtreecommitdiff
path: root/src/context-menu-commands
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-10-21 00:29:29 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-10-21 00:29:29 -0400
commit598b121b9e3134686d4663a7cd23e19c95744d24 (patch)
tree24f15d807d6368692bd14433d9fc5f0c9ac43ebe /src/context-menu-commands
parent4616e193b5adb4e04cf819d679101bb4e24dd03d (diff)
downloadtanzanite-598b121b9e3134686d4663a7cd23e19c95744d24.tar.gz
tanzanite-598b121b9e3134686d4663a7cd23e19c95744d24.tar.bz2
tanzanite-598b121b9e3134686d4663a7cd23e19c95744d24.zip
b
Diffstat (limited to 'src/context-menu-commands')
-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 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 {