We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d172992 commit 124c4e5Copy full SHA for 124c4e5
src/Modules/Commands/slash/VCNotifyGroup.ts
@@ -1,7 +1,7 @@
1
import { BaseSlashCommand } from "../";
2
3
-import VCNotifyToggleCommand from "./vcNotify/Toggle";
4
-import VCNotifyListCommand from "./vcNotify/List";
+import VCNotifyToggleCommand from "./vcnotify/Toggle";
+import VCNotifyListCommand from "./vcnotify/List";
5
6
class VCNotifyGroupCommand extends BaseSlashCommand {
7
constructor() {
0 commit comments