Skip to content

Commit

Permalink
Removing welcome and docsearch commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pdellaert committed Jan 20, 2024
1 parent d4a3fc1 commit fc5b56c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions src/commands/general/migratedCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ export const migratedCommand: MessageCommandDefinition = {
'deletewarn',
'deletewarning',
'delwarn',
'docsearch',
'documentation',
'doc',
'docs',
'ev',
'event',
'events',
Expand Down Expand Up @@ -56,6 +60,7 @@ export const migratedCommand: MessageCommandDefinition = {
'warn',
'warnings',
'warns',
'welcome',
'whois',
'zulu',
],
Expand Down
8 changes: 4 additions & 4 deletions src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ import { tug } from './support/tug';
import { crak } from './memes/crak';
import { weightBalance } from './aircraft/weightBalance';
import { fixinfo } from './aircraft/fixinfo';
import { welcome } from './moderation/welcome';
import { sop } from './aircraft/sop';
import { goldenRules } from './general/goldenRules';
import { fridge } from './memes/fridge';
Expand Down Expand Up @@ -108,7 +107,6 @@ import { takeoffIssues } from './aircraft/takeoffissues';
import { simbridge } from './support/simbridge';
import { fma } from './aircraft/fma';
import { noHello } from './memes/noHello';
import { docsearch } from './general/docsearch';
import { dlss } from './support/dlss';
import { temporarycommandedit } from './moderation/temporaryCommandEdit';
import { temporarycommand } from './general/temporaryCommand';
Expand Down Expand Up @@ -150,6 +148,7 @@ import { migratedCommand } from './general/migratedCommand';
//import { cacheUpdate } from './moderation/cacheUpdate';
//import { count } from './utils/count';
//import { deleteWarn } from './moderation/warn/deleteWarn';
//import { docsearch } from './general/docsearch';
//import { faq } from './moderation/faq';
//import { flights } from './utils/flights';
//import { listWarnings } from './moderation/warn/listWarnings';
Expand All @@ -170,6 +169,7 @@ import { migratedCommand } from './general/migratedCommand';
//import { vatsimData } from './utils/vatsimData';
//import { vatsimEvents } from './utils/vatsimEvents';
//import { warn } from './moderation/warn/warn';
//import { welcome } from './moderation/welcome';
//import { whois } from './moderation/whois';
//import { wolframalpha } from './utils/wolframalpha';
//import { zulu } from './utils/zulu';
Expand Down Expand Up @@ -244,7 +244,6 @@ const commands: BaseCommandDefinition[] = [
crak,
weightBalance,
fixinfo,
welcome,
sop,
goldenRules,
fridge,
Expand Down Expand Up @@ -283,7 +282,6 @@ const commands: BaseCommandDefinition[] = [
simbridge,
fma,
noHello,
docsearch,
dlss,
temporarycommandedit,
temporarycommand,
Expand Down Expand Up @@ -325,6 +323,7 @@ const commands: BaseCommandDefinition[] = [
//cacheUpdate,
//count,
//deleteWarn,
//docsearch,
//faq,
//flights,
//listWarnings,
Expand All @@ -345,6 +344,7 @@ const commands: BaseCommandDefinition[] = [
//vatsimData,
//vatsimEvents,
//warn,
//welcome,
//whois,
//wolframalpha,
//zulu,
Expand Down

0 comments on commit fc5b56c

Please sign in to comment.