Skip to content

Commit edc20b0

Browse files
committed
Removed /rcc-styleguide command because of no use
1 parent c6d4aeb commit edc20b0

File tree

3 files changed

+0
-156
lines changed

3 files changed

+0
-156
lines changed

ai-assistant/src/RocketChatterApp.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import { FindSimilarCommand } from "./commands/FindSimilar";
2323
import { HelpCommand } from "./commands/HelpCommand";
2424
import { ImportanceCommand } from "./commands/ImportanceCommand";
2525
import { ImproveCommand } from "./commands/ImproveCommand";
26-
import { StyleguideCommand } from "./commands/Styleguide";
2726
import { TranslateCommand } from "./commands/TranslateCommand";
2827
import { WhyUsedCommand } from "./commands/WhyUsedCommand";
2928
import { EstablishRelationsEndpoint } from "./endpoints/establishRelations";
@@ -60,9 +59,6 @@ export class RocketChatterApp extends App {
6059
configuration.slashCommands.provideSlashCommand(
6160
new ImportanceCommand()
6261
);
63-
configuration.slashCommands.provideSlashCommand(
64-
new StyleguideCommand()
65-
);
6662
configuration.slashCommands.provideSlashCommand(new ImproveCommand());
6763
configuration.slashCommands.provideSlashCommand(new TranslateCommand());
6864
configuration.slashCommands.provideSlashCommand(new WhyUsedCommand());

ai-assistant/src/commands/Styleguide.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

ai-assistant/src/modals/styleguideModal.ts

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)