Skip to content

Commit

Permalink
Fix lint oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Hipperooni committed Oct 29, 2024
1 parent dd606a6 commit 4382069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/discord/commands/guild/d.admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {
import axios from 'axios';
import { stripIndents } from 'common-tags';
import {
experience_category, experience_type, user_experience,
experience_category, experience_type,
} from '@prisma/client';
import { expForNextLevel, findXPfromLevel } from '../../../global/utils/experience';
import { findXPfromLevel } from '../../../global/utils/experience';
import { SlashCommand } from '../../@types/commandDef';
import commandContext from '../../utils/context';
import deployCommands from '../../utils/commandDeploy';
Expand Down

0 comments on commit 4382069

Please sign in to comment.