File tree Expand file tree Collapse file tree 3 files changed +0
-156
lines changed
Expand file tree Collapse file tree 3 files changed +0
-156
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import { FindSimilarCommand } from "./commands/FindSimilar";
2323import { HelpCommand } from "./commands/HelpCommand" ;
2424import { ImportanceCommand } from "./commands/ImportanceCommand" ;
2525import { ImproveCommand } from "./commands/ImproveCommand" ;
26- import { StyleguideCommand } from "./commands/Styleguide" ;
2726import { TranslateCommand } from "./commands/TranslateCommand" ;
2827import { WhyUsedCommand } from "./commands/WhyUsedCommand" ;
2928import { 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 ( ) ) ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments