Skip to content

Commit 7a77b52

Browse files
committed
fix help cmd import casing
1 parent e6cfb0a commit 7a77b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/info/help.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { Command } from "discord-akairo";
22
import { Message } from "discord.js";
3-
import Botclient from "./../../client/client";
3+
import BotClient from "./../../client/client";
44

55
export default class HelpCommand extends Command {
6-
public client: Botclient;
6+
public client: BotClient;
77
private DJS_BLUE_COLOR = 2266867;
88

99
public constructor() {

0 commit comments

Comments
 (0)