Skip to content

Commit

Permalink
Migrating reported issues command
Browse files Browse the repository at this point in the history
  • Loading branch information
pdellaert committed Jan 20, 2024
1 parent c9796a1 commit d5ca2d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/commands/general/migratedCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const migratedCommand: MessageCommandDefinition = {
'faq',
'flight',
'flights',
'issues',
'listwarn',
'listwarnings',
'liveflights',
Expand All @@ -40,6 +41,7 @@ export const migratedCommand: MessageCommandDefinition = {
'ping',
'pr',
'removetimeout',
'reportedissues',
'roleassignment',
'roleinfo',
'rules',
Expand Down
4 changes: 2 additions & 2 deletions src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { versions } from './aircraft/versions';
import { installer } from './general/installer';
import { adirs } from './aircraft/adirs';
import { logs } from './support/logs';
import { reportedissues } from './support/reportedissues';
import { autopilot } from './aircraft/autopilot';
import { checklist } from './aircraft/checklist';
import { help } from './utils/help';
Expand Down Expand Up @@ -156,6 +155,7 @@ import { migratedCommand } from './general/migratedCommand';
//import { metar } from './utils/metar';
//import { ping } from './utils/ping';
//import { pr } from './utils/pr';
//import { reportedissues } from './support/reportedissues';
//import { roleassignment } from './moderation/roleassignment';
//import { roleinfo } from './utils/roleinfo';
//import { rules } from './moderation/rules';
Expand Down Expand Up @@ -188,7 +188,6 @@ const commands: BaseCommandDefinition[] = [
installer,
adirs,
logs,
reportedissues,
autopilot,
checklist,
help,
Expand Down Expand Up @@ -331,6 +330,7 @@ const commands: BaseCommandDefinition[] = [
//metar,
//ping,
//pr,
//reportedissues,
//roleassignment,
//roleinfo,
//rules,
Expand Down

0 comments on commit d5ca2d1

Please sign in to comment.