Skip to content

Commit 124c4e5

Browse files
committed
Rename vcNotify folder, weird linux tsc bug?
1 parent d172992 commit 124c4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Modules/Commands/slash/VCNotifyGroup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BaseSlashCommand } from "../";
22

3-
import VCNotifyToggleCommand from "./vcNotify/Toggle";
4-
import VCNotifyListCommand from "./vcNotify/List";
3+
import VCNotifyToggleCommand from "./vcnotify/Toggle";
4+
import VCNotifyListCommand from "./vcnotify/List";
55

66
class VCNotifyGroupCommand extends BaseSlashCommand {
77
constructor() {

0 commit comments

Comments
 (0)