From 166d7fdf24440db71311c2cda95697c06e7b8b36 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 21 Oct 2021 00:05:53 -0400 Subject: Refactoring, rewrote ButtonPaginator, better permission handling + support for send messages in threads, optimizations, another scam link --- src/context-menu-commands/message/viewRaw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/context-menu-commands') diff --git a/src/context-menu-commands/message/viewRaw.ts b/src/context-menu-commands/message/viewRaw.ts index c04ec3c..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