diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-21 00:29:09 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-21 00:29:09 -0400 |
commit | 4616e193b5adb4e04cf819d679101bb4e24dd03d (patch) | |
tree | 67f3b82589988802ea0b785ea1c482f4624f9d94 /src/context-menu-commands/message | |
parent | 9817b2e6045df07a4b6195be4ec78a61cac9e74f (diff) | |
download | tanzanite-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.ts | 2 |
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 { |