Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
theimperious1 committed Dec 22, 2024
1 parent c382bac commit b4d7a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/utils/tripsitme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { ticket_status, user_tickets } from '@prisma/client';
import commandContext from './context';
import { embedTemplate } from './embedTemplate';
import { checkChannelPermissions, checkGuildPermissions } from './checkPermissions';
import { commandCooldown } from './commandCooldown';
import commandCooldown from './commandCooldown';

const F = f(__filename);

Expand Down

0 comments on commit b4d7a72

Please sign in to comment.