Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
benw202 authored Jan 21, 2024
1 parent 337cf5e commit 8fe143b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import birthday from './utils/birthday/birthday';
import count from './utils/count';
import vatsim from './utils/vatsim/vatsim';
import help from './utils/help';
import reportedIssues from "./utils/reportedIssues";
import reportedIssues from './utils/reportedIssues';

const commandArray: SlashCommand[] = [
ping,
Expand Down

0 comments on commit 8fe143b

Please sign in to comment.