Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 19, 2024
1 parent c9b1def commit 9324afa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mahoji/commands/tames.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { bold, time } from '@discordjs/builders';
import { Canvas, Image, loadImage, SKRSContext2D } from '@napi-rs/canvas';
import { mentionCommand } from '@oldschoolgg/toolkit';
import { Tame, tame_growth, TameActivity } from '@prisma/client';
import { Tame, tame_growth } from '@prisma/client';
import { toTitleCase } from '@sapphire/utilities';
import { ChatInputCommandInteraction, User } from 'discord.js';
import {
Expand Down Expand Up @@ -44,7 +44,6 @@ import {
tameKillableMonsters,
tameSpecies,
TameSpeciesID,
TameTaskOptions,
TameType
} from '../../lib/tames';
import {
Expand Down

0 comments on commit 9324afa

Please sign in to comment.