aboutsummaryrefslogtreecommitdiff
path: root/src/commands/utilities/viewraw.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/utilities/viewraw.ts')
-rw-r--r--src/commands/utilities/viewraw.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utilities/viewraw.ts b/src/commands/utilities/viewraw.ts
index ca21b4b..46353ba 100644
--- a/src/commands/utilities/viewraw.ts
+++ b/src/commands/utilities/viewraw.ts
@@ -43,7 +43,7 @@ export default class ViewRawCommand extends BushCommand {
});
}
- public async exec(
+ public override async exec(
message: BushMessage | BushSlashMessage,
args: { message: Message | BigInt; channel: TextChannel | NewsChannel | DMChannel; json?: boolean }
): Promise<unknown> {